use which key

This commit is contained in:
Yisroel Baum 2025-09-07 15:33:00 +03:00
parent a2a3ef7a99
commit e0609c38cd
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -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