From: Mark Wooding Date: Wed, 8 Oct 2008 12:31:21 +0000 (+0100) Subject: emacs, dot-emacs: Turn on RefTeX. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/55f80fae9a56f8f915c1deb305f8c4b2e628665b?ds=sidebyside emacs, dot-emacs: Turn on RefTeX. RefTeX is made of win, so use it. --- 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 @@ (defun mdw-fontify-texinfo () (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