summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-org.el')
-rw-r--r--custom/jao-custom-org.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el
index 007c290..21a85ac 100644
--- a/custom/jao-custom-org.el
+++ b/custom/jao-custom-org.el
@@ -201,9 +201,11 @@
(jao-transient-major-mode org
["Notes"
- ("o" "find and open note" jao-org-notes-open)
("c" "open or create note" jao-org-notes-create)
- ("\\" "grep notes" jao-org-notes-grep)
+ ("/" "find and open note" jao-org-notes-open)
+ ("\\" "find and open note by tags" jao-org-notes-consult-tags)]
+ ["Extended search"
+ ("g" "ripgrep notes" jao-org-notes-consult-ripgrep)
("r" "recoll notes" jao-org-notes-recoll)]
["Current note" :if jao-org-notes-note-p
("i" "insert link" jao-org-notes-insert-link)