From 5410f0c783e2580df3811d431ed8f8507b2bdac5 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 5 Aug 2025 20:55:09 +0200 Subject: [PATCH] set aw-dispatch-always to nil to not ask window when trivial --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index d8b8eee..6cd4a53 100644 --- a/init.org +++ b/init.org @@ -3489,7 +3489,7 @@ behind it. ("C-x o" . ace-window) :config (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)) - (setq aw-dispatch-always t)) + (setq aw-dispatch-always nil)) #+END_SRC #+RESULTS: