summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-03 02:10:51 +0100
committerjao <jao@gnu.org>2022-09-03 02:10:51 +0100
commitabaa134f191e18c7acafdd0225e785e251544728 (patch)
tree9ac8c8ceca84fd3f8b9977c40622b29ebdc58f98
parent75215fe4c57089e14ac9af07ac6c69591f79f664 (diff)
downloadelibs-abaa134f191e18c7acafdd0225e785e251544728.tar.gz
elibs-abaa134f191e18c7acafdd0225e785e251544728.tar.bz2
uniform jao-transient- prefix
-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))