Magit: enable some diff options

This commit is contained in:
Evie Litherland-Smith 2023-12-31 09:24:46 +00:00
parent baf19ac4d5
commit 4cea411751

View file

@ -804,7 +804,10 @@ Set treesit to fontify all elements, default was 3 (out of 4)
(magit-clone-default-directory "~/Projects/")
(magit-clone-set-remote.pushDefault t)
(magit-commit-show-diff nil)
(magit-commit-diff-inhibit-same-window t))
(magit-commit-diff-inhibit-same-window t)
(magit-diff-adjust-tab-width t)
(magit-diff-refine-hunk 'all)
(magit-diff-refine-ignore-whitespace t))
#+end_src
** Completion
*** Vertico