summaryrefslogtreecommitdiff
path: root/emacs/inits/24-latex.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits/24-latex.el')
-rw-r--r--emacs/inits/24-latex.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/inits/24-latex.el b/emacs/inits/24-latex.el
index 890f8e5..83865af 100644
--- a/emacs/inits/24-latex.el
+++ b/emacs/inits/24-latex.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2022-04-17 15h17 EDT (academic)>
+;; Time-stamp: <2022-04-17 16h03 EDT (academic)>
(defvar latex-template-dir (expand-file-name "~/typeset/latex-templates"))
(defun prompt-latex-file-template ()
@@ -135,6 +135,7 @@ populated from the directory *latex-template-dir*"
("[" . nil)
("|" . nil)
("<" . nil)
+ ("'" . nil)
("TAB" . cdlatex-tab)
;; ("C-c e" . cdlatex-environment)
("~" . cdlatex-math-modify)