From abaa134f191e18c7acafdd0225e785e251544728 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 3 Sep 2022 02:10:51 +0100 Subject: uniform jao-transient- prefix --- custom/jao-custom-exwm.el | 2 +- init.el | 4 ++-- 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)) -- cgit v1.2.3