chiark / gitweb /
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 0376bad55005e09a85b2db1d4a16c074e3ba4faf..d94f962634db750fb4bb4e2f1ea2438433c6a77d 100644 (file)
@@ -1670,6 +1670,7 @@ (defun mdw-fontify-texinfo ()
 
 (defun mdw-fontify-tex ()
   (setq ispell-parser 'tex)
 
 (defun mdw-fontify-tex ()
   (setq ispell-parser 'tex)
+  (turn-on-reftex)
 
   ;; --- Don't make maths into a string ---
 
 
   ;; --- Don't make maths into a string ---
 
diff --git a/emacs b/emacs
index 1e9bdc9afc97d52b9ef220ebeb2d77229fbec480..f4918d766d8aa896159a24d1472aae3449a6e066 100644 (file)
--- a/emacs
+++ b/emacs
        ("^pdf$" "." "evince %o")
        ("^html?$" "." "netscape %o")))
 
        ("^pdf$" "." "evince %o")
        ("^html?$" "." "netscape %o")))
 
+(setq reftex-use-external-file-finders t)
+
 ;;;----- SLIME setup --------------------------------------------------------
 
 (trap
 ;;;----- SLIME setup --------------------------------------------------------
 
 (trap