From 7957924edef2f2245ab2671fea7d31adbd23de25 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 17 Mar 2024 22:02:32 -0400 Subject: [PATCH] fix(emacs): open org documents in the same window Signed-off-by: Lucas Sta Maria --- .emacs.d/include/orgconfig.el | 8 ++++++++ 1 file changed, 8 insertions(+) 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