diff --git a/emacs.el b/emacs.el index 2ec7a47..c752c38 100644 --- a/emacs.el +++ b/emacs.el @@ -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)))