summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el
index 509dbeb..3055949 100644
--- a/init.el
+++ b/init.el
@@ -1807,10 +1807,10 @@
(transient-define-prefix jao-transient-utils ()
"Global operations."
[["Notes"
- ("n" "create new note" jao-org-notes-create)
- ("/" "open note" jao-org-notes-open)
- ("\\" "open note by tags" jao-org-notes-consult-tags)
- ("g" "ripgrep notes" jao-org-notes-consult-ripgrep)]
+ ("nn" "create new note" jao-org-notes-create)
+ ("no" "open note" jao-org-notes-open)
+ ("nt" "open note by tags" jao-org-notes-consult-tags)
+ ("ng" "ripgrep notes" jao-org-notes-consult-ripgrep)]
["Documents"
("d" "go to doc" jao-select-pdf)
("o" "open doc" jao-open-doc)