Set lispy-avy-keys as well
This commit is contained in:
parent
004a2c50fe
commit
bfafcdfb0c
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue