mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Revert aw-keys to default if +numbers is enabled
This commit is contained in:
@ -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))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user