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."