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