diff options
-rw-r--r-- | ekdosis.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -247,6 +247,12 @@ | |||
247 | (TeX-add-style-hook | 247 | (TeX-add-style-hook |
248 | "ekdosis" | 248 | "ekdosis" |
249 | (lambda () | 249 | (lambda () |
250 | ;; Do not append an empty group to the following macros: | ||
251 | (setq TeX-insert-braces-alist (append TeX-insert-braces-alist | ||
252 | '(("modulolinenumbers" . nil) | ||
253 | ("vmodulolinenumbers" . nil) | ||
254 | ("resetlinenumber" . nil) | ||
255 | ("resetvlinenumber" . nil)))) | ||
250 | ;; Folding features: | 256 | ;; Folding features: |
251 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) | 257 | (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) |
252 | '("{1}" ("app")) | 258 | '("{1}" ("app")) |