fix(emacs): change browse-url-handlers
behaviour for pdfs
This commit is contained in:
parent
7091b7ef29
commit
0dbe5972f8
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@
|
||||||
(epa-file-encrypt-to '("lucas@priime.dev"))
|
(epa-file-encrypt-to '("lucas@priime.dev"))
|
||||||
(epa-file-select-keys 1)
|
(epa-file-select-keys 1)
|
||||||
(read-process-output-max (* 4 1024 1024))
|
(read-process-output-max (* 4 1024 1024))
|
||||||
|
(browse-url-handlers '(("\\.pdf\\'" .
|
||||||
|
(lambda (url &rest _)
|
||||||
|
(async-start-process "zathura" "zathura" "zathura" url)))))
|
||||||
|
|
||||||
:custom-face
|
:custom-face
|
||||||
(default ((t (:family ,priime-fixed-font :weight medium))))
|
(default ((t (:family ,priime-fixed-font :weight medium))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue