Add which-key
This commit is contained in:
parent
452f69dc28
commit
3fc06c105e
@ -24,6 +24,7 @@
|
||||
help-mode+
|
||||
ibuffer-vc
|
||||
rainbow-mode
|
||||
which-key
|
||||
use-package)
|
||||
|
||||
)
|
||||
@ -50,6 +51,13 @@
|
||||
|
||||
(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'.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user