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