which-key: init

This commit is contained in:
Grigory Shipunov 2020-11-13 17:22:41 +01:00
parent 945bab9fc5
commit cb39553030
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -325,6 +325,12 @@
:config :config
(direnv-mode)) (direnv-mode))
(use-package which-key
:straight t
:diminish
:config
(which-key-mode))
;; throw away all the list-of-custom-shit! ;; throw away all the list-of-custom-shit!
(setq custom-file "~/.emacs.d/custom.el") (setq custom-file "~/.emacs.d/custom.el")
(load custom-file 'noerror) (load custom-file 'noerror)