add(org-roam): show tags in org-roam-node-find

This allows us to search for them as well
This commit is contained in:
Laurens Miers 2025-01-07 21:47:58 +01:00
parent 34e4462f1b
commit 0e722c06b5

View file

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