From 2cfc6a479f09a034972901a81003c0e89f691126 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Sep 2025 17:37:49 +0200 Subject: [PATCH] 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. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 00c4395..f69701e 100644 --- a/init.el +++ b/init.el @@ -2497,6 +2497,7 @@ Note that this workaround is incomplete, as explained in this comment." ace-window-display-mode) :init (setopt aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l) aw-background t + aw-dispatch-always nil aw-scope 'frame)) (use-package avy