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.
|
;;; 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:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; 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
|
(unless slow-computer
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:pin melpa
|
:pin melpa
|
||||||
|
:custom
|
||||||
|
(magit-diff-refine-hunk 'all) ; Show word-granularity differences.
|
||||||
:config
|
:config
|
||||||
(defun my/magit-kill-buffers (arg)
|
(defun my/magit-kill-buffers (arg)
|
||||||
"Restore window configuration and kill all Magit buffers."
|
"Restore window configuration and kill all Magit buffers."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user