From d9cae60fa5048abd3528f96a285109329639fda6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 23 Jan 2015 23:23:05 -0500 Subject: Improve organization and consistency of files - Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings --- lisp/init-tex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-tex.el') diff --git a/lisp/init-tex.el b/lisp/init-tex.el index 00d3881..866e9d2 100644 --- a/lisp/init-tex.el +++ b/lisp/init-tex.el @@ -1,8 +1,8 @@ -(add-hook 'LaTeX-mode-hook 'turn-on-reftex) - (setq reftex-default-bibliography '("refs.bib")) (put 'LaTeX-narrow-to-environment 'disabled nil) +(add-hook 'LaTeX-mode-hook 'turn-on-reftex) + (provide 'init-tex) -- cgit v1.2.3