diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-05 08:29:39 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-05 08:29:39 -0400 |
commit | 3fffeb0a2e296a0df296ac7080b974e4082ade84 (patch) | |
tree | 1774e816b95c8dfa35ab39ea1d42b62a4423ace7 | |
parent | 63102057d1b2c2358972ee7da47f28c6afd71c52 (diff) | |
download | configs-3fffeb0a2e296a0df296ac7080b974e4082ade84.tar.gz configs-3fffeb0a2e296a0df296ac7080b974e4082ade84.tar.xz configs-3fffeb0a2e296a0df296ac7080b974e4082ade84.zip |
emacs: magit: set magit-diff-refine-hunk
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 94b096d..21d175d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -849,7 +849,9 @@ For disabling the behaviour for certain buffers and/or modes." (nconc magit-section-initial-visibility-alist '(([unpulled status] . show) ([unpushed status] . show))) - :custom (magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1) + :custom + (magit-diff-refine-hunk t) + (magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1) :custom-face (magit-diff-file-heading ((t (:weight normal))))) ;; recently opened files |