Browse Source

[Fix #977] Add the which-key package

custom
Bozhidar Batsov 10 years ago
parent
commit
1f3ddb638c
  1. 1
      core/prelude-packages.el
  2. 4
      core/prelude-ui.el

1
core/prelude-packages.el

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

4
core/prelude-ui.el

@ -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…
Cancel
Save