all repos — nixfiles @ c6cc49438396e4bfe678c0334c7e22bd3edc0f3c

System and user configuration, managed by nix and home-manager

emacs: reduce diff refinement to current hunk
Alan Pearce alan@alanpearce.eu
Thu, 02 May 2024 07:45:56 +0200
commit

c6cc49438396e4bfe678c0334c7e22bd3edc0f3c

parent

0b60237ce8c9a51c5682b3ace2dd11324b7c65ab

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -949,7 +949,7 @@ (with-eval-after-load 'project             (add-to-list 'project-switch-commands '(magit-project-status "Magit") t)))
   :config (progn
             (setq magit-section-visibility-indicator nil
-                  magit-diff-refine-hunk 'all
+                  magit-diff-refine-hunk t
                   magit-auto-revert-immediately t
                   magit-display-buffer-function #'magit-display-buffer-fullcolumn-most-v1)
             (remove-hook 'magit-status-sections-hook 'magit-insert-tags-header)