summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/org-custom.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el
index f06ebae..9b60cf6 100644
--- a/lisp/org-custom.el
+++ b/lisp/org-custom.el
@@ -93,8 +93,11 @@
("C-c n f" . org-roam-node-find)
("C-c n i" . org-roam-node-insert)
("C-c n g" . org-roam-graph)
- ("C-c n j" . org-roam-dailies-capture-today))
+ ("C-c n j" . org-roam-dailies-capture-today)
+ ("C-c n t" . org-roam-tag-add)
+ ("C-c n a" . org-roam-alias-add))
:config
+ (setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
(org-roam-setup)
)