Function: magit-margin-settings

magit-margin-settings is an interactive and byte-compiled function defined in magit-margin.el.

Signature

(magit-margin-settings)

Documentation

Change what information is displayed in the right margin.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-margin.el
;;; Commands

(transient-define-prefix magit-margin-settings ()
  "Change what information is displayed in the right margin."
  :info-manual "(magit) Log Margin"
  ["Margin"
   (magit-toggle-margin)
   (magit-cycle-margin-style)
   (magit-toggle-margin-details)
   (magit-refs-set-show-commit-count)])