[Fix #977] Add the which-key package

This commit is contained in:
Bozhidar Batsov 2016-03-10 10:51:21 +02:00
parent 3053164cf4
commit 1f3ddb638c
2 changed files with 5 additions and 0 deletions

View file

@ -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.")

View file

@ -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