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\"")