add ace-window

This commit is contained in:
joachimschmidt557 2021-03-16 19:54:15 +01:00
parent 4774c8c85b
commit f27605ec6b
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -68,8 +68,8 @@
(straight-use-package 'speed-type)
(straight-use-package 'magit)
(straight-use-package 'restart-emacs)
(straight-use-package 'elpher)
(straight-use-package 'mingus)
(straight-use-package 'ace-window)
;; Emacs Configuration
(setq inhibit-splash-screen t)
@ -159,3 +159,8 @@
(use-package magit
:bind (("C-M-g" . magit)))
(use-package ace-window
:config
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
:bind (("C-x o" . ace-window)))