Add which-key package.
This commit is contained in:
@@ -660,6 +660,15 @@ This is my configuration for the emacs editor.
|
|||||||
(use-package htmlize)
|
(use-package htmlize)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** which-key
|
||||||
|
This package provides a minor mode that shows a list of possible keys in the minibuffer.
|
||||||
|
After a second of inactivity the minibuffer will expand and show possible completions for the started command.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package which-key
|
||||||
|
:config
|
||||||
|
(which-key-mode t))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Set Variables
|
* Set Variables
|
||||||
** General Emacs Options
|
** General Emacs Options
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user