aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org-roam.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-03-25 23:16:15 -0700
committerGravatar Tom Willemse2023-03-25 23:16:15 -0700
commit9c8457132b6594eb892de15254efefffa80eee8b (patch)
treef8eb63f060f74cc82720f0f85cf0e00a655cbfa8 /oni-org-roam.el
parentf4204b42a78efd46bdac9698dd91aa30cebcda0d (diff)
downloademacs-config-9c8457132b6594eb892de15254efefffa80eee8b.tar.gz
emacs-config-9c8457132b6594eb892de15254efefffa80eee8b.zip
[oni-org-roam] Show entry tags in Node selection
Diffstat (limited to 'oni-org-roam.el')
-rw-r--r--oni-org-roam.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/oni-org-roam.el b/oni-org-roam.el
index 2df0744..7d844a6 100644
--- a/oni-org-roam.el
+++ b/oni-org-roam.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.0325.222921
+;; Version: 2023.0325.231122
;; Package-Requires: (oni-org org-roam)
;; This program is free software; you can redistribute it and/or modify
@@ -112,6 +112,10 @@
;;;###autoload
(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)
(provide 'oni-org-roam)