From bfafcdfb0c7c9284631c9cc92d0eaf9d798dcd83 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Sat, 15 Aug 2020 11:20:15 +0200 Subject: [PATCH] Set lispy-avy-keys as well --- modules/input/layout/+bepo.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/input/layout/+bepo.el b/modules/input/layout/+bepo.el index 518f7dacd..eff9d76d8 100644 --- a/modules/input/layout/+bepo.el +++ b/modules/input/layout/+bepo.el @@ -9,7 +9,8 @@ (add-hook 'evil-collection-setup-hook #'doom-bepo--evil-collection-hook) (add-transient-hook! 'doom-init-modules-hook - (setq avy-keys '(?a ?u ?i ?e ?, ?c ?t ?s ?r ?n)) + (setq avy-keys '(?a ?u ?i ?e ?, ?c ?t ?s ?r ?n) + lispy-avy-keys '(?a ?u ?i ?e ?, ?c ?t ?s ?r ?n ?m ?b ?é ?p ?o ?è ?v ?d ?l ?j ?z)) ;; :ui window-select settings, ignoring +numbers flag for now (after! ace-window (setq aw-keys '(?a ?u ?i ?e ?, ?c ?t ?s ?r ?n)))