mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
org-roam-buffer-no-delete-other-windows = t
Make org-roam buffer sticky.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
(setq org-roam-directory (expand-file-name (or org-roam-directory "")
|
||||
org-directory)
|
||||
org-roam-verbose nil ; https://youtu.be/fn4jIlFwuLU
|
||||
org-roam-buffer-no-delete-other-windows t ; make org-roam buffer sticky
|
||||
org-roam-completion-system
|
||||
(cond ((featurep! :completion helm) 'helm)
|
||||
((featurep! :completion ivy) 'ivy)
|
||||
|
Reference in New Issue
Block a user