diff options
| author | jao <jao@gnu.org> | 2025-11-27 11:59:55 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-27 12:00:36 +0000 |
| commit | 466cac11553f585b78690f39ff72fe7127fec7a1 (patch) | |
| tree | 0835b40252fdf2cbe1f9f8995d0cd1e59c74cba6 /init.el | |
| parent | 108270421cb4dd1ceff493aa5c17e58ca02a1d33 (diff) | |
| download | elibs-466cac11553f585b78690f39ff72fe7127fec7a1.tar.gz elibs-466cac11553f585b78690f39ff72fe7127fec7a1.tar.bz2 | |
jao-org-notes: better ripgrep
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
