Use diff-hl to see the code change

This commit is contained in:
Dita Aji Pratama 2026-02-17 22:10:36 +07:00
parent b73534c47b
commit b4282668e2

View File

@ -37,3 +37,10 @@
:config :config
(global-company-mode t)) (global-company-mode t))
(use-package diff-hl
:ensure t
:hook (prog-mode . diff-hl-mode)
:config
(diff-hl-margin-mode 1) ;; For terminal
(diff-hl-flydiff-mode 1)) ;; Realtime update