chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cadc973
)
dot/emacs: Turn off fancy double-quote handling in TeX modes.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 17 Oct 2009 23:53:39 +0000
(
00:53
+0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index c9884ce8dab0b24cc7e0d606fa7891ffba614127..51b0470adc2984a8297452bdbf03f9c037abba5d 100644
(file)
--- 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)