Variable: marginalia-align

marginalia-align is a customizable variable defined in marginalia.el.

Value

left

Documentation

Alignment of the annotations.

Source Code

;; Defined in ~/.emacs.d/elpa/marginalia-20260724.810/marginalia.el
(defcustom marginalia-align 'left
  "Alignment of the annotations."
  :type '(choice (const :tag "Left"   left)
                 (const :tag "Center" center)
                 (const :tag "Right"  right)))