fix(settings): Make ace-window behave sanely
This commit is contained in:
parent
a564cd4112
commit
78f65fbc18
1 changed files with 4 additions and 0 deletions
|
@ -64,4 +64,8 @@
|
|||
;; Show time in 24h format
|
||||
(setq display-time-24hr-format t)
|
||||
|
||||
;; Make ace-window behave in a sane way:
|
||||
(setq aw-keys '(?f ?j ?d ?k ?s ?l ?a)) ; Homerow keys in sensible order!
|
||||
(setq aw-scope 'frame) ; There are many frames in exwm, I don't care!
|
||||
|
||||
(provide 'settings)
|
||||
|
|
Loading…
Add table
Reference in a new issue