add(org-roam): show tags in org-roam-node-find
This allows us to search for them as well
This commit is contained in:
parent
34e4462f1b
commit
0e722c06b5
1 changed files with 1 additions and 0 deletions
|
|
@ -957,6 +957,7 @@ Preserve indentation in SRC blocks
|
||||||
(org-roam-completion-everywhere t)
|
(org-roam-completion-everywhere t)
|
||||||
:config
|
:config
|
||||||
(org-roam-setup)
|
(org-roam-setup)
|
||||||
|
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
|
||||||
;; 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$")))
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue