Magit: enable some diff options
This commit is contained in:
parent
baf19ac4d5
commit
4cea411751
|
@ -804,7 +804,10 @@ Set treesit to fontify all elements, default was 3 (out of 4)
|
||||||
(magit-clone-default-directory "~/Projects/")
|
(magit-clone-default-directory "~/Projects/")
|
||||||
(magit-clone-set-remote.pushDefault t)
|
(magit-clone-set-remote.pushDefault t)
|
||||||
(magit-commit-show-diff nil)
|
(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
|
#+end_src
|
||||||
** Completion
|
** Completion
|
||||||
*** Vertico
|
*** Vertico
|
||||||
|
|
Loading…
Reference in a new issue