Add djvu to the list of filetypes opened with xdg-open

master
Jacopo De Simoi 4 years ago
parent 71d17bd282
commit 7710bd927c
  1. 1
      global.org

@ -807,6 +807,7 @@
(setq org-file-apps
'((auto-mode . emacs)
("\\.x?html?\\'" . "xdg-open %s")
("\\.djvu\\'" . "xdg-open \"%s\"")
("\\.pdf\\'" . "xdg-open \"%s\"")))
#+end_src
*** Agenda

Loading…
Cancel
Save