diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index 29c4c70..03aba24 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -48,6 +48,14 @@ (concat "${title} " "(${id:8}) " (propertize "[${tags}]" 'face 'org-tag))) +(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))) + + (org-roam-db-autosync-mode) ;; Enable Racket in Org-mode Babel