From e0609c38cdc0836277bf98d95c75bb14c08be55b Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 7 Sep 2025 15:33:00 +0300 Subject: [PATCH] use which key --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 433eccc..47e0e39 100644 --- a/init.el +++ b/init.el @@ -68,6 +68,10 @@ (use-package diff-hl :init (global-diff-hl-mode) :hook (magit-post-refresh . diff-hl-magit-post-refresh)) + +(use-package which-key + :config (which-key-mode 1)) + (use-package corfu :demand t :custom