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:
parent
deefb0b0e7
commit
2a2969f3e0
2 changed files with 1 additions and 1 deletions
|
@ -445,6 +445,7 @@ intervals."
|
|||
;; or is unreadable, Emacs throws up file-missing errors, so
|
||||
;; we set it to a directory we know exists and is readable.
|
||||
(let ((default-directory doom-emacs-dir)
|
||||
(inhibit-message t)
|
||||
file-name-handler-alist)
|
||||
(require req nil t))
|
||||
t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue