emacs: configured reftex
This commit is contained in:
parent
da4cdaaa59
commit
ed09a1285e
1 changed files with 4 additions and 0 deletions
|
@ -161,6 +161,10 @@
|
||||||
;; auctex
|
;; auctex
|
||||||
(setq-default TeX-master nil)
|
(setq-default TeX-master nil)
|
||||||
|
|
||||||
|
;; reftex
|
||||||
|
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
|
||||||
|
(setq reftex-plug-into-auctex t)
|
||||||
|
|
||||||
;; ac-math
|
;; ac-math
|
||||||
(add-to-list 'ac-modes 'latex-mode)
|
(add-to-list 'ac-modes 'latex-mode)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue