blob: 01f254ca6ef75d4443eb4fda48f3a4e8a90fd246 (
plain)
1
2
3
4
5
6
7
8
9
10
|
(setq reftex-default-bibliography '("refs.bib"))
(put 'LaTeX-narrow-to-environment 'disabled nil)
(add-to-list 'auto-mode-alist '("\\.[tT]e[xX]\\'" . latex-mode))
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(provide 'init-tex)
|