summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-03-18 15:07:21 -0400
committermattkae <mattkae@protonmail.com>2023-03-18 15:07:21 -0400
commit371b1723f317f56dcc010f47e5f456315fbd236f (patch)
tree7d8089618864ad204ffd589b0681f771b7a2da45 /lisp/org-custom.el
parent9c35a97343172c2253b84f490b3ea195dff0b54c (diff)
A better tagging system for org-mode
Diffstat (limited to 'lisp/org-custom.el')
-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)
)