Revert aw-keys to default if +numbers is enabled
This commit is contained in:
parent
50c61c57bc
commit
12249753e6
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@
|
||||||
:init
|
:init
|
||||||
(global-set-key [remap other-window] #'ace-window)
|
(global-set-key [remap other-window] #'ace-window)
|
||||||
:config
|
:config
|
||||||
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
|
(unless (featurep! +numbers)
|
||||||
aw-scope 'frame
|
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)))
|
||||||
|
(setq aw-scope 'frame
|
||||||
aw-background t))
|
aw-background t))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue