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
|
||||
: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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue