From: Mark Wooding Date: Sat, 17 Oct 2009 23:53:39 +0000 (+0100) Subject: dot/emacs: Turn off fancy double-quote handling in TeX modes. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/b615028ccd0488c88480d931894f8e8655043344?ds=sidebyside dot/emacs: Turn off fancy double-quote handling in TeX modes. Probably for Americans who can't type `` or '' without someone holding their hands. Gets in the way if you actually wanted that character. A lot. --- diff --git a/dot/emacs b/dot/emacs index c9884ce..51b0470 100644 --- a/dot/emacs +++ b/dot/emacs @@ -657,6 +657,9 @@ ("^pdf$" "." "evince %o") ("^html?$" "." "netscape %o"))) +(setq TeX-open-quote "\"" + TeX-close-quote "\"") + (setq reftex-use-external-file-finders t reftex-auto-recenter-toc t)