fix(emacs): open org documents in the same window
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
5df0d653d1
commit
7957924ede
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue