1
0
Fork 0

fix(emacs): open org documents in the same window

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-03-17 22:02:32 -04:00
parent 5df0d653d1
commit 7957924ede
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -48,6 +48,14 @@
(concat "${title} " (concat "${title} "
"(${id:8}) " "(${id:8}) "
(propertize "[${tags}]" 'face 'org-tag))) (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) (org-roam-db-autosync-mode)
;; Enable Racket in Org-mode Babel ;; Enable Racket in Org-mode Babel