Open file links to /docs/ in emacs

This commit is contained in:
Henrik Lissner 2018-07-09 21:53:06 +02:00
parent 29c2632cab
commit c760bf7205
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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