Skip to content

Commit

Permalink
Upgrade granularity of magit diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jun 8, 2023
1 parent e76fb18 commit 9b7ddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-git.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
(require-package 'git-link)

(when (maybe-require-package 'magit)
(setq-default magit-diff-refine-hunk t)
(setq-default magit-diff-refine-hunk 'all)

;; Hint: customize `magit-repository-directories' so that you can use C-u M-F12 to
;; quickly open magit on any one of your projects.
Expand Down

0 comments on commit 9b7ddc5

Please sign in to comment.