[oni-org-roam] Show entry tags in Node selection
This commit is contained in:
parent
f4204b42a7
commit
9c8457132b
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue