org-roam-buffer-no-delete-other-windows = t
Make org-roam buffer sticky.
This commit is contained in:
parent
ecdeb489f8
commit
6bcd1063e6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue