el/dot-emacs.el: Use `mupdf', rather than Emacs's terrible built-in viewer.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 24 Apr 2020 22:56:29 +0000 (23:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 24 Apr 2020 22:56:29 +0000 (23:56 +0100)
el/dot-emacs.el

index 9688aa8..8ac22bb 100644 (file)
@@ -861,6 +861,11 @@ Use this to arrange for per-server settings.")
                                              :key #'car))))
     ad-do-it))
 
+;; Preferred programs.
+
+(setq mailcap-user-mime-data
+      '(((type . "application/pdf") (viewer . "mupdf %s"))))
+
 ;;;--------------------------------------------------------------------------
 ;;; Utility functions.