Set letters for ace-window

This commit is contained in:
Tobias Ostner 2024-04-07 10:45:09 +02:00
parent a60be9f493
commit 65d0084788

View file

@ -37,7 +37,9 @@
(use-package ace-window
:bind
("M-o" . ace-window))
("M-o" . ace-window)
:config
(setq aw-keys '(?a ?b ?c ?d ?e ?f ?g ?h ?i ?j)))
(use-package autorevert
:ensure nil