summaryrefslogtreecommitdiffhomepage
path: root/org.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-03-25 03:40:04 +0000
committerjao <jao@gnu.org>2021-03-25 03:40:04 +0000
commit3815e003ffd6ba245938c67f5ecebcdf75e90226 (patch)
treeacb13a6f45d174583dfe085ef63c5fbfb6d203bb /org.org
parente83f44570d456fb37342f97ed30a6cc01ecfd843 (diff)
downloadelibs-3815e003ffd6ba245938c67f5ecebcdf75e90226.tar.gz
elibs-3815e003ffd6ba245938c67f5ecebcdf75e90226.tar.bz2
jao-org-notes: insert tags interactively
Diffstat (limited to 'org.org')
-rw-r--r--org.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.org b/org.org
index 993c6b3..ef26654 100644
--- a/org.org
+++ b/org.org
@@ -216,6 +216,7 @@
(major-mode-hydra-define+ org-mode ()
("Notes"
(("i" jao-org-notes-insert-link "insert link")
+ ("t" jao-org-notes-insert-tags "insert tags")
("o" jao-org-notes-open "find and open note")
("c" jao-org-notes-open-or-create "open or create note")
("v" jao-org-notes-backlinks "show backlinks"))))