From 7710bd927cf457a336108515296851377f697fd5 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 26 Sep 2022 15:19:33 -0400 Subject: [PATCH] Add djvu to the list of filetypes opened with xdg-open --- global.org | 1 + 1 file changed, 1 insertion(+) diff --git a/global.org b/global.org index 60fb1e8..ece8f27 100644 --- a/global.org +++ b/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