emacs, dot-emacs: Turn on RefTeX.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 8 Oct 2008 12:31:21 +0000 (13:31 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 8 Oct 2008 12:31:21 +0000 (13:31 +0100)
RefTeX is made of win, so use it.

dot-emacs.el
emacs

index 0376bad..d94f962 100644 (file)
@@ -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 (file)
--- a/emacs
+++ b/emacs
        ("^pdf$" "." "evince %o")
        ("^html?$" "." "netscape %o")))
 
+(setq reftex-use-external-file-finders t)
+
 ;;;----- SLIME setup --------------------------------------------------------
 
 (trap