Add which-key

This commit is contained in:
Wojciech Kozlowski 2018-07-07 17:32:34 +01:00
parent 452f69dc28
commit 3fc06c105e

View File

@ -24,6 +24,7 @@
help-mode+ help-mode+
ibuffer-vc ibuffer-vc
rainbow-mode rainbow-mode
which-key
use-package) use-package)
) )
@ -50,6 +51,13 @@
(use-package help-mode+) (use-package help-mode+)
(use-package which-key
:init
(setq which-key-separator " ")
(setq which-key-prefix-prefix "+")
:config
(which-key-mode 1))
;; -------------------------------------------------------------------------- ;; --------------------------------------------------------------------------
;; Configure `ibuffer'. ;; Configure `ibuffer'.
;; -------------------------------------------------------------------------- ;; --------------------------------------------------------------------------