summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-11-27 11:59:55 +0000
committerjao <jao@gnu.org>2025-11-27 12:00:36 +0000
commit466cac11553f585b78690f39ff72fe7127fec7a1 (patch)
tree0835b40252fdf2cbe1f9f8995d0cd1e59c74cba6 /init.el
parent108270421cb4dd1ceff493aa5c17e58ca02a1d33 (diff)
downloadelibs-466cac11553f585b78690f39ff72fe7127fec7a1.tar.gz
elibs-466cac11553f585b78690f39ff72fe7127fec7a1.tar.bz2
jao-org-notes: better ripgrep
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)