org-roam-buffer-no-delete-other-windows = t

Make org-roam buffer sticky.
This commit is contained in:
Henrik Lissner
2020-04-24 15:54:53 -04:00
parent ecdeb489f8
commit 6bcd1063e6

View File

@@ -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)