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

View File

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