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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -36,6 +36,7 @@
(setq org-roam-directory (expand-file-name (or org-roam-directory "") (setq org-roam-directory (expand-file-name (or org-roam-directory "")
org-directory) org-directory)
org-roam-verbose nil ; https://youtu.be/fn4jIlFwuLU 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 org-roam-completion-system
(cond ((featurep! :completion helm) 'helm) (cond ((featurep! :completion helm) 'helm)
((featurep! :completion ivy) 'ivy) ((featurep! :completion ivy) 'ivy)