From 55f80fae9a56f8f915c1deb305f8c4b2e628665b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 8 Oct 2008 13:31:21 +0100 Subject: [PATCH] emacs, dot-emacs: Turn on RefTeX. RefTeX is made of win, so use it. --- dot-emacs.el | 1 + emacs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dot-emacs.el b/dot-emacs.el index 0376bad..d94f962 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -1670,6 +1670,7 @@ strip numbers instead." (defun mdw-fontify-tex () (setq ispell-parser 'tex) + (turn-on-reftex) ;; --- Don't make maths into a string --- diff --git a/emacs b/emacs index 1e9bdc9..f4918d7 100644 --- a/emacs +++ b/emacs @@ -587,6 +587,8 @@ ("^pdf$" "." "evince %o") ("^html?$" "." "netscape %o"))) +(setq reftex-use-external-file-finders t) + ;;;----- SLIME setup -------------------------------------------------------- (trap -- 2.11.0