[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
|
||||
undo-tree
|
||||
volatile-highlights
|
||||
which-key
|
||||
zenburn-theme
|
||||
zop-to-char)
|
||||
"A list of packages to ensure are installed at launch.")
|
||||
|
|
|
@ -84,5 +84,9 @@
|
|||
(require 'beacon)
|
||||
(beacon-mode +1)
|
||||
|
||||
;; show available keybindings after you start typing
|
||||
(require 'which-key)
|
||||
(which-key-mode +1)
|
||||
|
||||
(provide 'prelude-ui)
|
||||
;;; prelude-ui.el ends here
|
||||
|
|
Loading…
Reference in a new issue