fix(settings): Make ace-window behave sanely

This commit is contained in:
Vincent Ambo 2017-11-17 10:30:56 +01:00
parent a564cd4112
commit 78f65fbc18

View file

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