add(org-roam): enable db autosync mode
This commit is contained in:
parent
0e722c06b5
commit
cea6f3f2c0
1 changed files with 1 additions and 0 deletions
|
|
@ -958,6 +958,7 @@ Preserve indentation in SRC blocks
|
|||
:config
|
||||
(org-roam-setup)
|
||||
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
|
||||
(org-roam-db-autosync-mode)
|
||||
;; Add todo lists to org-agenda
|
||||
(custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$")))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue