Dim backgrounds when ace-window selection is on

This way, it's easier to see when the selection mode is active.
This commit is contained in:
Daniel - 2020-12-06 08:55:29 +01:00
parent 26a22fe551
commit 33394059ad
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -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))