From 1a61062d7838f1c59ef85be05d4143d12473291c Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 24 Jul 2019 07:12:04 +0200 Subject: [PATCH] Show word-granularity differences in magit diffs. --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 99101c8..249651f 100644 --- a/init.el +++ b/init.el @@ -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."