Add keybindings for roam tagging

"t" to tag a roam file with the `#+roam_tags` property.
"T" to untag the file
This commit is contained in:
Chris Rose 2020-11-22 10:28:24 -08:00
parent c83e5e75e2
commit 18db5e2089
2 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,8 @@
"i" #'org-roam-insert
"I" #'org-roam-insert-immediate
"m" #'org-roam
"t" #'org-roam-tag-add
"T" #'org-roam-tag-delete
(:prefix ("d" . "by date")
:desc "Find previous note" "b" #'org-roam-dailies-find-previous-note
:desc "Find date" "d" #'org-roam-dailies-find-date