Show word-granularity differences in magit diffs.

This commit is contained in:
tastytea 2019-07-24 07:12:04 +02:00
parent 95ab05c550
commit 1a61062d78
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-07-21T15:39:00+00:00>
;; Time-stamp: <2019-07-24T05:11:03+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -500,6 +500,8 @@ With argument, do this that many times."
(unless slow-computer
(use-package magit
:pin melpa
:custom
(magit-diff-refine-hunk 'all) ; Show word-granularity differences.
:config
(defun my/magit-kill-buffers (arg)
"Restore window configuration and kill all Magit buffers."