; Partially revert c3445aed51

The pdf-view-mode entry had been added recently and should not have been
removed.
* lisp/net/mailcap.el: Restore pdf-view-mode entry from the pdf-tools
package.
This commit is contained in:
Mark Oteiza 2017-09-17 08:27:57 -04:00
parent 3003ac0469
commit 34a6774daa

View file

@ -164,6 +164,10 @@ is consulted."
(non-viewer . t)
(type . "application/zip")
("copiousoutput"))
("pdf"
(viewer . pdf-view-mode)
(type . "application/pdf")
(test . (eq window-system 'x)))
("pdf"
(viewer . doc-view-mode)
(type . "application/pdf")