summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index eb880c8..041bb34 100644
--- a/init.el
+++ b/init.el
@@ -1944,7 +1944,8 @@
("n" "create new note" jao-org-notes-create)
("/" "open note" jao-org-notes-open)
("\\" "open note by tags" jao-org-notes-consult-tags)
- ("N" "ripgrep notes" jao-org-notes-consult-ripgrep)]
+ ("N" "ripgrep all notes" jao-org-notes-consult-ripgrep)
+ ("C" "ripgrep category" jao-org-notes-consult-ripgrep-category)]
["Documents"
("d" "go to doc" jao-select-pdf)
("o" "open doc" jao-open-doc)