Skip to content

Commit

Permalink
tweak(emacs): magit: magit-diff-refine-ignore-whitespace -> t
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 16, 2024
1 parent 022b5f5 commit 4aa1948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@

(use-package emacs
:ensure nil
:init
(setq kill-buffer-query-functions nil)
:general
(gg/leader
"i" #'ibuffer
Expand Down Expand Up @@ -465,6 +467,7 @@
:custom
(evil-collection-magit-use-z-for-folds t)
(magit-diff-refine-hunk 'all)
(magit-diff-refine-ignore-whitespace nil)
(magit-status-margin '(t age magit-log-margin-width t 18))
:config
(evil-collection-init))
Expand Down

0 comments on commit 4aa1948

Please sign in to comment.