[Fix #977] Add the which-key package
This commit is contained in:
parent
3053164cf4
commit
1f3ddb638c
2 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
||||||
smartrep
|
smartrep
|
||||||
undo-tree
|
undo-tree
|
||||||
volatile-highlights
|
volatile-highlights
|
||||||
|
which-key
|
||||||
zenburn-theme
|
zenburn-theme
|
||||||
zop-to-char)
|
zop-to-char)
|
||||||
"A list of packages to ensure are installed at launch.")
|
"A list of packages to ensure are installed at launch.")
|
||||||
|
|
|
@ -84,5 +84,9 @@
|
||||||
(require 'beacon)
|
(require 'beacon)
|
||||||
(beacon-mode +1)
|
(beacon-mode +1)
|
||||||
|
|
||||||
|
;; show available keybindings after you start typing
|
||||||
|
(require 'which-key)
|
||||||
|
(which-key-mode +1)
|
||||||
|
|
||||||
(provide 'prelude-ui)
|
(provide 'prelude-ui)
|
||||||
;;; prelude-ui.el ends here
|
;;; prelude-ui.el ends here
|
||||||
|
|
Loading…
Reference in a new issue