Enable magit diff word granularity.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user