org-roam-verbose = nil
Silence 'files: 0, links: 0, titles: 0, refs: 0, deleted: 0' when starting up org-mode.
This commit is contained in:
parent
3622e36c75
commit
88fc240d0f
1 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,9 @@
|
|||
:desc "Tomorrow" "m" #'org-roam-tomorrow
|
||||
:desc "Yesterday" "y" #'org-roam-yesterday))
|
||||
:config
|
||||
(unless org-roam-directory
|
||||
(setq org-roam-directory org-directory)))
|
||||
(setq org-roam-directory (expand-file-name (or org-roam-directory "")
|
||||
org-directory)
|
||||
org-roam-verbose nil)) ; https://youtu.be/fn4jIlFwuLU
|
||||
|
||||
|
||||
;; Since the org module lazy loads org-protocol (waits until an org URL is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue