Always offer ace-window action dispatch menu when switching windows
This is a trial to make better use of the action dispatch menu (which I currently don't use at all).
This commit is contained in:
parent
c3a659c33e
commit
3e7a086bdc
2
init.el
2
init.el
@ -2507,7 +2507,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-dispatch-always t
|
||||||
aw-scope 'frame))
|
aw-scope 'frame))
|
||||||
|
|
||||||
(use-package avy
|
(use-package avy
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user