Open file links to /docs/ in emacs
This commit is contained in:
parent
29c2632cab
commit
c760bf7205
1 changed files with 1 additions and 0 deletions
|
@ -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\"")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue