diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -485,7 +485,12 @@ | |||
485 | (use-package magit | 485 | (use-package magit |
486 | :straight t | 486 | :straight t |
487 | :custom | 487 | :custom |
488 | (magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)) | 488 | (magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1) |
489 | :config | ||
490 | (setq magit-diff-refine-hunk t | ||
491 | magit-diff-paint-whitespace t | ||
492 | magit-diff-paint-whitespace-lines t | ||
493 | magit-diff-highlight-trailing t)) | ||
489 | 494 | ||
490 | 495 | ||
491 | ;; --------------------------------- | 496 | ;; --------------------------------- |