Disable buffer dimming when ace-window is active

I find this distracting nowadays.
This commit is contained in:
Daniel Borchmann 2025-05-03 08:57:10 +02:00
parent 9e1e976710
commit 0edf904d93
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

10
init.el
View File

@ -2473,11 +2473,11 @@ eventuelly be set to nil, however)."
(use-package ace-window
:ensure t
:commands (ace-window ace-window-display-mode)
:init (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
aw-background t
aw-leading-char-style 'char
aw-scope 'frame))
:commands (ace-window
ace-window-display-mode)
:init (setopt aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
aw-background nil
aw-scope 'frame))
(use-package avy
:ensure t