From cb39553030b5d468e84057445dcd400ea42aa85a Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 13 Nov 2020 17:22:41 +0100 Subject: [PATCH] which-key: init --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) 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)