; 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:
parent
3003ac0469
commit
34a6774daa
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue