summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-exwm.el2
-rw-r--r--init.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el
index d40b297..cbc82b7 100644
--- a/custom/jao-custom-exwm.el
+++ b/custom/jao-custom-exwm.el
@@ -497,7 +497,7 @@
([?\s-o] . switch-window)
([?\s-p] . jao-prev-window)
([?\s-R] . app-launcher-run-app)
- ([?\s-r] . jao-recoll-transient)
+ ([?\s-r] . jao-transient-recoll)
([?\s-s] . jao-transient-streaming)
([?\s-t] . vterm)
([?\s-w] . jao-transient-utils)
diff --git a/init.el b/init.el
index ea860aa..8dbdae9 100644
--- a/init.el
+++ b/init.el
@@ -1104,14 +1104,14 @@
:config
(consult-customize consult-recoll :preview-key 'any)
- (transient-define-prefix jao-recoll-transient ()
+ (transient-define-prefix jao-transient-recoll ()
["Consult recoll queries"
("r" "everywhere" consult-recoll)
("n" "on notes" jao-recoll-consult-notes)
("d" "on docs" jao-recoll-consult-docs)
("m" "on messages" jao-recoll-consult-messages)])
- :bind (("s-r" . #'jao-recoll-transient)))
+ :bind (("s-r" . #'jao-transient-recoll)))
(with-eval-after-load "embark" (consult-recoll-embark-setup))