Enable magit diff word granularity.

This commit is contained in:
kj
2025-08-26 16:15:54 -03:00
parent 1f31bf736b
commit 80e693caba

View File

@ -92,7 +92,9 @@
(use-package license-templates)
;; Magia para git
(use-package magit)
(use-package magit
:config
(setq magit-diff-refine-hunk 'all))
;; Todolist en magit de todos los archivos del projecto.
(use-package magit-todos