use diff hl

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

View file

@ -64,6 +64,10 @@
(use-package smartparens (use-package smartparens
:config (require 'smartparens-config) :config (require 'smartparens-config)
:init (smartparens-global-mode)) :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 (use-package corfu
:demand t :demand t
:custom :custom