which-key: init
This commit is contained in:
parent
945bab9fc5
commit
cb39553030
1 changed files with 6 additions and 0 deletions
6
init.el
6
init.el
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue