dot/emacs: Turn off fancy double-quote handling in TeX modes.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 17 Oct 2009 23:53:39 +0000 (00:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 17 Oct 2009 23:53:39 +0000 (00:53 +0100)
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.

dot/emacs

index c9884ce..51b0470 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
        ("^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)