Adapt to adnw layout
This commit is contained in:
parent
e3f2e4d527
commit
7511309f1c
2 changed files with 12 additions and 7 deletions
3
emacs.el
3
emacs.el
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue