Disable buffer dimming when ace-window is active
I find this distracting nowadays.
This commit is contained in:
parent
9e1e976710
commit
0edf904d93
8
init.el
8
init.el
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user