Show word-granularity differences in magit diffs.
This commit is contained in:
parent
95ab05c550
commit
1a61062d78
4
init.el
4
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."
|
||||
|
|
Loading…
Reference in New Issue
Block a user