(org +roam): use org-roam-buffer-window-parameters

Replaces the now obsolete org-roam-buffer-no-delete-other-windows
This commit is contained in:
Jethro Kuan 2020-06-05 15:58:45 +08:00
parent 87364138d1
commit 219d8d0901

View file

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