Remember how to enable ace-window action dispatch for 2- windows
`nil` is the default, but having this explicitly might help me to remember how to change this in the future.
This commit is contained in:
parent
0aa82e7ccf
commit
2cfc6a479f
1
init.el
1
init.el
@ -2497,6 +2497,7 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
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 t
|
aw-background t
|
||||||
|
aw-dispatch-always nil
|
||||||
aw-scope 'frame))
|
aw-scope 'frame))
|
||||||
|
|
||||||
(use-package avy
|
(use-package avy
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user