use which key
This commit is contained in:
parent
a2a3ef7a99
commit
e0609c38cd
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
|
@ -68,6 +68,10 @@
|
||||||
(use-package diff-hl
|
(use-package diff-hl
|
||||||
:init (global-diff-hl-mode)
|
:init (global-diff-hl-mode)
|
||||||
:hook (magit-post-refresh . diff-hl-magit-post-refresh))
|
:hook (magit-post-refresh . diff-hl-magit-post-refresh))
|
||||||
|
|
||||||
|
(use-package which-key
|
||||||
|
:config (which-key-mode 1))
|
||||||
|
|
||||||
(use-package corfu
|
(use-package corfu
|
||||||
:demand t
|
:demand t
|
||||||
:custom
|
:custom
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue