(org +roam): use org-roam-buffer-window-parameters
Replaces the now obsolete org-roam-buffer-no-delete-other-windows
This commit is contained in:
parent
87364138d1
commit
219d8d0901
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
(setq org-roam-directory (expand-file-name (or org-roam-directory "roam")
|
||||
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-buffer-window-parameters '((no-delete-other-windows . t)) ; make org-roam buffer sticky
|
||||
org-roam-completion-system
|
||||
(cond ((featurep! :completion helm) 'helm)
|
||||
((featurep! :completion ivy) 'ivy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue