diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e50f382a..b219effb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -191,6 +191,7 @@ To view where the bindings are set in your config files, lookup (when (require 'magit nil t) (set-face-foreground 'magit-branch-remote "orange red") (setq git-commit-summary-max-length git-commit-fill-column) + (setq magit-diff-refine-hunk 'all) (global-set-key (kbd "C-x g") 'magit-status)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;