Enable refining hunks in active magit diff

This commit is contained in:
Adam Goldsmith 2023-03-27 20:01:49 -04:00
parent e79f011813
commit 9a0c0d6244
1 changed files with 2 additions and 1 deletions

View File

@ -521,7 +521,8 @@
(default-directory directory))
(magit-status)))
:config
(setq magit-bury-buffer-function 'magit-mode-quit-window)
(setq magit-bury-buffer-function 'magit-mode-quit-window
magit-diff-refine-hunk t)
(use-package magit-todos :demand :if (package-installed-p 'magit-todos)
:config