summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslil <>2022-04-17 16:03:04 -0400
committertslil <>2022-04-17 16:03:04 -0400
commitf2c199c372fa365e1ee47b0eff1ee7295963cb7f (patch)
treef1eda29ffa7c9662d6968419d19d971959c1092f
parenta908611b57edb892085767ecc594ca0ad11aaff8 (diff)
sillly default removed
-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)