Added which-key
This commit is contained in:
parent
8ce2057c4c
commit
aadca913ea
@ -84,6 +84,15 @@
|
|||||||
(defalias 'redo 'undo-tree-redo)
|
(defalias 'redo 'undo-tree-redo)
|
||||||
(global-undo-tree-mode 1))
|
(global-undo-tree-mode 1))
|
||||||
|
|
||||||
|
;;----------------------------------------------------------------------------
|
||||||
|
;; which-key
|
||||||
|
;;----------------------------------------------------------------------------
|
||||||
|
(use-package which-key
|
||||||
|
:pin "MELPA"
|
||||||
|
:ensure t
|
||||||
|
:init
|
||||||
|
(which-key-mode))
|
||||||
|
|
||||||
(provide 'init-editing-utils)
|
(provide 'init-editing-utils)
|
||||||
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user