Do not dispatch when switching between two windows

I think this is less disturbing … maybe.
This commit is contained in:
Daniel Borchmann 2026-03-17 21:21:59 +01:00
parent dc6df5074d
commit 0ecb4ff55a
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

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