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
|
||||
(global-set-key [remap other-window] #'ace-window)
|
||||
:config
|
||||
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
|
||||
aw-scope 'frame
|
||||
(unless (featurep! +numbers)
|
||||
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)))
|
||||
(setq aw-scope 'frame
|
||||
aw-background t))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue