mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
lang/org: fix opening file links
This commit is contained in:
@ -257,7 +257,10 @@ between the two."
|
|||||||
|
|
||||||
;; Let OS decide what to do with files when opened
|
;; Let OS decide what to do with files when opened
|
||||||
(setq org-file-apps
|
(setq org-file-apps
|
||||||
`(("\\.org$" . emacs)
|
`(("pdf" . default)
|
||||||
|
("\\.x?html?\\'" . default)
|
||||||
|
(auto-mode . emacs)
|
||||||
|
(directory . emacs)
|
||||||
(t . ,(cond (IS-MAC "open -R \"%s\"")
|
(t . ,(cond (IS-MAC "open -R \"%s\"")
|
||||||
(IS-LINUX "xdg-open \"%s\"")))))
|
(IS-LINUX "xdg-open \"%s\"")))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user