org open link in same window
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user