Ace-window change scope to just frame
This commit is contained in:
parent
eec5204e56
commit
f3f2df78fe
1
init.el
1
init.el
|
@ -133,6 +133,7 @@
|
||||||
:custom
|
:custom
|
||||||
(aw-keys '(?a ?w ?e ?f ?g ?h ?j ?k ?l ?p))
|
(aw-keys '(?a ?w ?e ?f ?g ?h ?j ?k ?l ?p))
|
||||||
(aw-dispatch-always t)
|
(aw-dispatch-always t)
|
||||||
|
(aw-scope 'frame)
|
||||||
:config
|
:config
|
||||||
(dolist (c aw-dispatch-alist)
|
(dolist (c aw-dispatch-alist)
|
||||||
(cond ((eq (car c) ?j) (setcar c ?J))
|
(cond ((eq (car c) ?j) (setcar c ?J))
|
||||||
|
|
Loading…
Reference in a new issue