1
0
Fork 0

fix(emacs): change browse-url-handlers behaviour for pdfs

This commit is contained in:
Lucas Sta Maria 2025-02-15 01:14:55 -05:00
parent 7091b7ef29
commit 0dbe5972f8
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -149,6 +149,9 @@
(epa-file-encrypt-to '("lucas@priime.dev"))
(epa-file-select-keys 1)
(read-process-output-max (* 4 1024 1024))
(browse-url-handlers '(("\\.pdf\\'" .
(lambda (url &rest _)
(async-start-process "zathura" "zathura" "zathura" url)))))
:custom-face
(default ((t (:family ,priime-fixed-font :weight medium))))