diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-17T09·30+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-17T09·32+0100 |
commit | 78f65fbc183556a98a23a7ed319f3384ae8b76db (patch) | |
tree | fa1ff2a2ef5b1f006080ead6f2b07754d72bfdec /init/settings.el | |
parent | a564cd4112b1136511536afea96fbc561d73e7ad (diff) |
fix(settings): Make ace-window behave sanely
Diffstat (limited to 'init/settings.el')
-rw-r--r-- | init/settings.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/settings.el b/init/settings.el index 36380792d73e..7fc5126a7391 100644 --- a/init/settings.el +++ b/init/settings.el @@ -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) |