emacs: configured reftex

This commit is contained in:
Marcel Kapfer 2017-05-20 20:19:53 +02:00
parent da4cdaaa59
commit ed09a1285e
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@
;; auctex
(setq-default TeX-master nil)
;; reftex
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(setq reftex-plug-into-auctex t)
;; ac-math
(add-to-list 'ac-modes 'latex-mode)