From 3e7a086bdc0838c98ce511d70ed4b7aff78f6cb4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 28 Sep 2025 18:07:04 +0200 Subject: [PATCH] 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). --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 04275db..089d7f3 100644 --- a/init.el +++ b/init.el @@ -2507,7 +2507,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-dispatch-always t aw-scope 'frame)) (use-package avy