set aw-dispatch-always to nil to not ask window when trivial

This commit is contained in:
Peter Tillemans 2025-08-05 20:55:09 +02:00
parent 9111917747
commit 5410f0c783

View file

@ -3489,7 +3489,7 @@ behind it.
("C-x o" . ace-window)
:config
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
(setq aw-dispatch-always t))
(setq aw-dispatch-always nil))
#+END_SRC
#+RESULTS: