# HG changeset patch # User Oleksandr Gavenko # Date 1551615548 -7200 # Node ID ffabe41afc28b4ae0a36316594058bc7552ae24d # Parent 9169f962cc47899e15ef7d0f3543aaa1dbcccaa1 Highlight difference in magit with magit-diff-refine-hunk. diff -r 9169f962cc47 -r ffabe41afc28 .emacs-my --- a/.emacs-my Sat Feb 02 18:00:53 2019 +0200 +++ b/.emacs-my Sun Mar 03 14:19:08 2019 +0200 @@ -2637,6 +2637,8 @@ (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18)) (define-key magit-mode-map [s-tab] nil)) +(setq magit-diff-refine-hunk t) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "compile")