lang/org: open org links to remote paths in emacs
This commit is contained in:
parent
15f7a26be6
commit
ed86f99655
1 changed files with 1 additions and 0 deletions
|
@ -552,6 +552,7 @@ the exported output (i.e. formatters)."
|
|||
(setf (alist-get 'file org-link-frame-setup) #'find-file)
|
||||
;; Open directory links in dired
|
||||
(add-to-list 'org-file-apps '(directory . emacs))
|
||||
(add-to-list 'org-file-apps '(remote . emacs))
|
||||
|
||||
;; Some uses of `org-fix-tags-on-the-fly' occur without a check on
|
||||
;; `org-auto-align-tags', such as in `org-self-insert-command' and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue