mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Add guide-key
This commit is contained in:
parent
6a5805ccd6
commit
1b528276fd
1 changed files with 10 additions and 0 deletions
|
@ -81,6 +81,16 @@
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind ("C-x o" . ace-window))
|
:bind ("C-x o" . ace-window))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Guide Key
|
||||||
|
#+name: packages
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package guide-key
|
||||||
|
:ensure t
|
||||||
|
:diminish guide-key-mode
|
||||||
|
:init (progn
|
||||||
|
(setq guide-key/guide-key-sequence t)
|
||||||
|
(guide-key-mode 1)))
|
||||||
|
#+END_SRC
|
||||||
** Expand Region
|
** Expand Region
|
||||||
#+name: packages
|
#+name: packages
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue