add ace-window
This commit is contained in:
parent
9ed85db781
commit
2f1eda4e71
1 changed files with 9 additions and 0 deletions
|
@ -564,6 +564,15 @@ kept-old-versions 5)
|
||||||
|
|
||||||
(dashboard-setup-startup-hook))
|
(dashboard-setup-startup-hook))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** ace-window
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package ace-window
|
||||||
|
:bind (("M-o" . ace-window))
|
||||||
|
:custom
|
||||||
|
(aw-scope 'frame)
|
||||||
|
(aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
|
||||||
|
(aw-minibuffer-flag t))
|
||||||
|
#+end_src
|
||||||
* Auth
|
* Auth
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(message "Reached auth")
|
(message "Reached auth")
|
||||||
|
|
Loading…
Reference in a new issue