Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/bbatsov/prelude:
  [Fix bbatsov#977] Add the which-key package
  • Loading branch information
Caleb Epstein committed Apr 1, 2016
2 parents 174f5ad + 1f3ddb6 commit e8dc0d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/prelude-packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down
4 changes: 4 additions & 0 deletions core/prelude-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e8dc0d3

Please sign in to comment.