Fixed another issue with org-roam-dailies not being loaded on start

This commit is contained in:
Random936 2024-01-20 14:51:43 -08:00
parent 68e35e8cc9
commit 40363dbfe1

View File

@ -221,6 +221,7 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m
(make-directory jm/org-roam-templates-directory))
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
(require 'org-roam-dailies)
(org-roam-db-autosync-mode)
(jm/org-roam-refresh-agenda-list))