Variable: marginalia-max-relative-age

marginalia-max-relative-age is a customizable variable defined in marginalia.el.

Value

1209600

Documentation

Maximum relative age in seconds displayed by the file annotator.

Set to most-positive-fixnum to always use a relative age, or 0 to never show a relative age.

Source Code

;; Defined in ~/.emacs.d/elpa/marginalia-20260724.810/marginalia.el
(defcustom marginalia-max-relative-age (* 60 60 24 14)
  "Maximum relative age in seconds displayed by the file annotator.

Set to `most-positive-fixnum' to always use a relative age, or 0 to never show
a relative age."
  :type 'natnum)