Emacs: Always show word-granularity differences with Magit

master
Pierre Neidhardt 2016-06-11 09:11:47 +02:00
parent f3c85cee33
commit 4d652bf96a
1 changed files with 1 additions and 0 deletions

View File

@ -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))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;