Added which-key

This commit is contained in:
Jesús 2019-09-10 12:37:39 -05:00
parent 8ce2057c4c
commit aadca913ea
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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: