Use doc-view or pdf-tools on any window-system
* lisp/net/mailcap.el (mailcap-mime-data): Simply check for window-system.
This commit is contained in:
parent
5f28f0db73
commit
4e8888d438
1 changed files with 2 additions and 2 deletions
|
@ -167,11 +167,11 @@ is consulted."
|
|||
("pdf"
|
||||
(viewer . pdf-view-mode)
|
||||
(type . "application/pdf")
|
||||
(test . (eq window-system 'x)))
|
||||
(test . window-system))
|
||||
("pdf"
|
||||
(viewer . doc-view-mode)
|
||||
(type . "application/pdf")
|
||||
(test . (eq window-system 'x)))
|
||||
(test . window-system))
|
||||
("pdf"
|
||||
(viewer . "gv -safer %s")
|
||||
(type . "application/pdf")
|
||||
|
|
Loading…
Add table
Reference in a new issue