(Emacs)+org-link-frame-setup

Always open a new frame when opening link in org-mode: predictable,
safe behaviour which leaves it up to my window manager as to what to
do next.  Most of my opened links are files that I want to examine
along with the org file I opened them from: this allows me to do
exactly that.
This commit is contained in:
2022-09-14 00:27:11 +01:00
parent f89ebf476e
commit 0f00c351aa

View File

@@ -2238,6 +2238,11 @@ Emacs was very helpful here.
(org-indirect-buffer-display 'current-window)
(org-export-backends '(ascii html latex odt))
(org-imenu-depth 10)
(org-link-frame-setup '((vm . vm-visit-folder-other-frame)
(vm-imap . vm-visit-imap-folder-other-frame)
(gnus . org-gnus-no-new-news)
(file . find-file-other-frame)
(wl . wl-other-frame)))
(org-eldoc-breadcrumb-separator "")
(org-enforce-todo-dependencies t)
(org-fontify-quote-and-verse-blocks t)