Tweak ace window

This commit is contained in:
Tobias Ostner 2024-08-18 09:28:26 +02:00
parent e7ae88c800
commit b84d4211a5

View file

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