diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-16 11:22:15 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-16 11:22:15 -0500 |
commit | dddf82568ac49e84398c99c1e9672b70cf19701b (patch) | |
tree | fff3c2274452e3eb7fe13c614ce31f59dd311c43 | |
parent | reencrypt borgmatic (diff) |
gnus indent
Diffstat (limited to '')
-rw-r--r-- | dot_emacs.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 0fc6d1a..832df90 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -452,7 +452,7 @@ Otherwise split the current paragraph into one sentence per line." (LaTeX-mode . turn-on-flyspell) (LaTeX-mode . LaTeX-math-mode) (LaTeX-mode . (lambda () (set (make-local-variable 'TeX-electric-math) - (cons "\\(" "\\)")))) + (cons "\\(" "\\)")))) (LaTeX-mode . (lambda () (LaTeX-add-environments '("axiom" LaTeX-env-label) |