configs/emacs: add roam-tag-add binding

This commit is contained in:
Aaron Bieber 2024-09-12 12:15:39 -06:00
parent a5a5a87a11
commit fbc823e2a1
No known key found for this signature in database

View File

@ -644,6 +644,7 @@ Custom agenda commands for various things.
("C-c n f" . org-roam-node-find) ("C-c n f" . org-roam-node-find)
("C-c n g" . org-roam-graph) ("C-c n g" . org-roam-graph)
("C-c n r" . org-roam-ref-add) ("C-c n r" . org-roam-ref-add)
("C-c n t" . org-roam-tag-add)
("C-c n i" . org-roam-node-insert) ("C-c n i" . org-roam-node-insert)
("C-c n c" . org-roam-capture) ("C-c n c" . org-roam-capture)
("C-c n j" . org-roam-dailies-capture-today)) ("C-c n j" . org-roam-dailies-capture-today))