emacs, dot-emacs: Turn on RefTeX.
[profile] / emacs
diff --git a/emacs b/emacs
index c5da27b..f4918d7 100644 (file)
--- a/emacs
+++ b/emacs
 (setq find-ls-option                   ;Build file lists efficiently
       '("-print0 | xargs -0r ls -ld" . "ld"))
 (setq bookmark-save-flag 0)            ;Save bookmarks automatically
-(setq Info-fontify-maximum-menu-size 60000)
+(setq Info-fontify-maximum-menu-size 100000)
 (setq set-mark-command-repeat-pop t)
 (setq ispell-program-name "aspell"
       ispell-local-dictionary "en_GB-ize-w_accents"
 (add-hook 'TeXinfo-mode-hook 'mdw-fontify-texinfo t)
 
 (setq LaTeX-table-label "tbl:")
-(setq-default TeX-master nil)
-;; (setq TeX-parse-self t)
-;; (setq TeX-auto-save t)
 (setq TeX-auto-untabify nil)
 (add-hook 'TeX-mode-hook 'mdw-fontify-tex t)
 (add-hook 'tex-mode-hook 'mdw-fontify-tex t)
        ("^pdf$" "." "evince %o")
        ("^html?$" "." "netscape %o")))
 
+(setq reftex-use-external-file-finders t)
+
 ;;;----- SLIME setup --------------------------------------------------------
 
 (trap