From: Mark Wooding Date: Fri, 24 Apr 2020 22:56:29 +0000 (+0100) Subject: el/dot-emacs.el: Use `mupdf', rather than Emacs's terrible built-in viewer. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/4b48cb5b439c3997275dc67690fd4d976d8c1638 el/dot-emacs.el: Use `mupdf', rather than Emacs's terrible built-in viewer. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 9688aa8..8ac22bb 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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.