From 80e693caba6f8bf55449d5491d99eb4f6f892ad8 Mon Sep 17 00:00:00 2001 From: kj Date: Tue, 26 Aug 2025 16:15:54 -0300 Subject: [PATCH] Enable magit diff word granularity. --- configs/init-vc.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/init-vc.el b/configs/init-vc.el index ff6758b..7f24059 100644 --- a/configs/init-vc.el +++ b/configs/init-vc.el @@ -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