Use diff-hl to see the code change
This commit is contained in:
parent
b73534c47b
commit
b4282668e2
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user