From 33394059add597a054234c56719c7dce680d3189 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 6 Dec 2020 08:55:29 +0100 Subject: [PATCH] Dim backgrounds when ace-window selection is on This way, it's easier to see when the selection mode is active. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 5bcbc44..7a42a99 100644 --- a/init.el +++ b/init.el @@ -2229,7 +2229,7 @@ With given ARG, display files in `db/important-document-path’." :ensure t :commands (ace-window ace-window-display-mode) :init (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l) - aw-background nil + aw-background t aw-leading-char-style 'char aw-scope 'frame))