Adapt to adnw layout

This commit is contained in:
joachimschmidt557 2022-03-22 10:48:00 +01:00
parent e3f2e4d527
commit 7511309f1c
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 12 additions and 7 deletions

View file

@ -74,6 +74,7 @@
;; (straight-use-package 'mingus)
(straight-use-package 'ace-window)
;; (straight-use-package 'projectile)
(straight-use-package 'osm)
;; Emacs Configuration
(setq inhibit-splash-screen t)
@ -167,5 +168,5 @@
(use-package ace-window
:config
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
(setq aw-keys '(?h ?i ?e ?a ?t ?r ?n ?s))
:bind (("C-x o" . ace-window)))