diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 87ea69e..4f1193d 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -1203,6 +1203,10 @@ There's no way I could top that, so I won't attempt to. (mode . haskell-mode) (mode . lean-mode) (mode . alloy-mode))) + ("tex" + (or + (mode . bibtex-mode) + (mode . latex-mode))) ("emacs" (or (name . "^\\*scratch\\*$") |