add ace-window
This commit is contained in:
parent
4774c8c85b
commit
f27605ec6b
1 changed files with 6 additions and 1 deletions
7
emacs.el
7
emacs.el
|
|
@ -68,8 +68,8 @@
|
||||||
(straight-use-package 'speed-type)
|
(straight-use-package 'speed-type)
|
||||||
(straight-use-package 'magit)
|
(straight-use-package 'magit)
|
||||||
(straight-use-package 'restart-emacs)
|
(straight-use-package 'restart-emacs)
|
||||||
(straight-use-package 'elpher)
|
|
||||||
(straight-use-package 'mingus)
|
(straight-use-package 'mingus)
|
||||||
|
(straight-use-package 'ace-window)
|
||||||
|
|
||||||
;; Emacs Configuration
|
;; Emacs Configuration
|
||||||
(setq inhibit-splash-screen t)
|
(setq inhibit-splash-screen t)
|
||||||
|
|
@ -159,3 +159,8 @@
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:bind (("C-M-g" . 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)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue