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:
ca475e8
)
dot/emacs: More hacking of AUC-TeX viewer selection: use Evince, dammit!
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 5 Feb 2012 11:32:35 +0000
(11:32 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 5 Feb 2012 11:32:35 +0000
(11:32 +0000)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 319eadda93cce736ebff601f6600793eae245f49..9fbd7711337e995e4078090b656762982ec87406 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-741,6
+741,12
@@
("^pdf$" "." "evince %o")
("^html?$" "." "netscape %o")))
("^pdf$" "." "evince %o")
("^html?$" "." "netscape %o")))
+(setq TeX-view-program-selection
+ '(((output-dvi style-pstricks) "dvips and gv")
+ (output-dvi "xdvi")
+ (output-pdf "Evince")
+ (output-html "xdg-open")))
+
(setq TeX-open-quote "\""
TeX-close-quote "\"")
(setq TeX-open-quote "\""
TeX-close-quote "\"")