Remember how to enable ace-window action dispatch for 2- windows

`nil` is the default, but having this explicitly might help me to remember how to change this in the
future.
This commit is contained in:
Daniel Borchmann 2025-09-27 17:37:49 +02:00
parent 0aa82e7ccf
commit 2cfc6a479f
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2497,6 +2497,7 @@ Note that this workaround is incomplete, as explained in this comment."
ace-window-display-mode) ace-window-display-mode)
:init (setopt aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l) :init (setopt aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
aw-background t aw-background t
aw-dispatch-always nil
aw-scope 'frame)) aw-scope 'frame))
(use-package avy (use-package avy