add(org-roam): enable db autosync mode

This commit is contained in:
Laurens Miers 2025-01-07 21:48:45 +01:00
parent 0e722c06b5
commit cea6f3f2c0

View file

@ -958,6 +958,7 @@ Preserve indentation in SRC blocks
:config :config
(org-roam-setup) (org-roam-setup)
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag))) (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 ;; Add todo lists to org-agenda
(custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$"))) (custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$")))
) )