Function: magit-diff-default-context

magit-diff-default-context is an interactive and byte-compiled function defined in magit-diff.el.

Signature

(magit-diff-default-context)

Documentation

Reset context for diff hunks to the default height.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
(defun magit-diff-default-context ()
  "Reset context for diff hunks to the default height."
  (interactive)
  (magit-diff-set-context #'ignore))