From c760bf7205d3889a9ff73b15e05521f23e273362 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 9 Jul 2018 21:53:06 +0200 Subject: [PATCH] Open file links to /docs/ in emacs --- modules/lang/org/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 1cada2d6e..dec91e19b 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -365,6 +365,7 @@ between the two." (setq org-file-apps `(("pdf" . default) ("\\.x?html?\\'" . default) + ("/docs/" . emacs) (auto-mode . emacs) (directory . emacs) (t . ,(cond (IS-MAC "open -R \"%s\"")