org open link in same window

This commit is contained in:
2022-12-20 20:36:23 +01:00
parent d861ac5e74
commit 4fe9a6b7e1

View File

@@ -971,6 +971,15 @@ except:
(concat config-dir "scripts/matplotlib-stylelib")
(or mplstyle "my"))))))
(use-package ol
:config
(setq 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)
(wl . wl-other-frame))))
(use-package ol-notmuch
:after (org))