Ace-window change scope to just frame

This commit is contained in:
eriedaberrie 2023-01-18 10:42:40 -08:00
parent eec5204e56
commit f3f2df78fe

View file

@ -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))