Always offer ace-window action dispatch menu when switching windows

This is a trial to make better use of the action dispatch menu (which I currently don't use at all).
This commit is contained in:
Daniel Borchmann 2025-09-28 18:07:04 +02:00
parent c3a659c33e
commit 3e7a086bdc
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2507,7 +2507,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-dispatch-always t
aw-scope 'frame)) aw-scope 'frame))
(use-package avy (use-package avy