Skip to content

Commit

Permalink
tweak(emacs): magit: show word-level (refined) diff for all hunks
Browse files Browse the repository at this point in the history
Not just the currently hovered one
  • Loading branch information
gekoke committed May 2, 2024
1 parent 7adf5ff commit 5e4a3ae
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 @@ -333,7 +333,7 @@
:custom
(evil-collection-magit-use-z-for-folds t)
(forge-add-default-bindings nil)
(magit-diff-refine-hunk t)
(magit-diff-refine-hunk 'all)
(magit-status-margin '(t age magit-log-margin-width t 18))
:config
(evil-collection-init))
Expand Down

0 comments on commit 5e4a3ae

Please sign in to comment.