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)))