chiark / gitweb /
dot/emacs: More hacking of AUC-TeX viewer selection: use Evince, dammit!
authorMark Wooding <mdw@distorted.org.uk>
Sun, 5 Feb 2012 11:32:35 +0000 (11:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 5 Feb 2012 11:32:35 +0000 (11:32 +0000)
dot/emacs

index 319eadda93cce736ebff601f6600793eae245f49..9fbd7711337e995e4078090b656762982ec87406 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
        ("^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 "\"")