Reenable buffer dimming when ace-window is active
Turns out I still need it to see that is indeed active … oh well.
This commit is contained in:
parent
0edf904d93
commit
70cf684efa
2
init.el
2
init.el
@ -2476,7 +2476,7 @@ eventuelly be set to nil, however)."
|
|||||||
:commands (ace-window
|
:commands (ace-window
|
||||||
ace-window-display-mode)
|
ace-window-display-mode)
|
||||||
:init (setopt aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
|
:init (setopt aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
|
||||||
aw-background nil
|
aw-background t
|
||||||
aw-scope 'frame))
|
aw-scope 'frame))
|
||||||
|
|
||||||
(use-package avy
|
(use-package avy
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user