Modified the org-roam display template

This commit is contained in:
Random936 2024-02-20 15:25:10 -08:00
parent 67fa5435ab
commit 645b1488c2

View File

@ -265,7 +265,8 @@ Below is the main config for org-roam.
(unless (file-directory-p jm/org-roam-templates-directory)
(make-directory jm/org-roam-templates-directory))
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
(setq org-roam-node-display-template
(concat "${title:*} " (propertize "${file:*}" 'face 'org-tag)))
(require 'org-roam-dailies)
(org-roam-db-autosync-mode))
#+end_src