org-roam-verbose = t

Its output is helpful. Let's not silence it.

But prevent output during incremental loading from hijacking the
minibuffer (likely the original reason org-roam-verbose was disabled).
This commit is contained in:
Henrik Lissner 2021-05-20 23:40:05 -04:00
parent deefb0b0e7
commit 2a2969f3e0
2 changed files with 1 additions and 1 deletions

View file

@ -61,7 +61,6 @@
org-directory)))
org-roam-db-location (or org-roam-db-location
(concat doom-etc-dir "org-roam.db"))
org-roam-verbose nil ; https://youtu.be/fn4jIlFwuLU
;; Make org-roam buffer sticky; i.e. don't replace it when opening a
;; file with an *-other-window command.
org-roam-buffer-window-parameters '((no-delete-other-windows . t))