1
0
Fork 0

[oni-org-roam] Show entry tags in Node selection

This commit is contained in:
Tom Willemse 2023-03-25 23:16:15 -07:00
parent f4204b42a7
commit 9c8457132b

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2023.0325.222921 ;; Version: 2023.0325.231122
;; Package-Requires: (oni-org org-roam) ;; Package-Requires: (oni-org org-roam)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -112,6 +112,10 @@
;;;###autoload ;;;###autoload
(setq org-roam-v2-ack t) (setq org-roam-v2-ack t)
(setq org-roam-node-display-template
(concat "${title:*} "
(propertize "${tags:10}" 'face 'org-tag)))
(org-roam-db-autosync-mode) (org-roam-db-autosync-mode)
(provide 'oni-org-roam) (provide 'oni-org-roam)