Skip to content

Commit

Permalink
tweak(emacs): magit: magit-diff-refine-hunk: nil -> t
Browse files Browse the repository at this point in the history
Looks nicer and less busy.
  • Loading branch information
gekoke committed Dec 16, 2024
1 parent 4aa1948 commit e872e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
:after evil
:custom
(evil-collection-magit-use-z-for-folds t)
(magit-diff-refine-hunk 'all)
(magit-diff-refine-hunk t)
(magit-diff-refine-ignore-whitespace nil)
(magit-status-margin '(t age magit-log-margin-width t 18))
:config
Expand Down

0 comments on commit e872e4e

Please sign in to comment.