Variable: marginalia-censor-variables

marginalia-censor-variables is a customizable variable defined in marginalia.el.

Value

("pass\\|auth-source-netrc-cache\\|auth-source-.*-nonce\\|api-?key")

Documentation

The value of variables matching any of these regular expressions is not shown.

This configuration variable is useful to hide variables which may hold sensitive data, e.g., passwords. The variable names are matched case-sensitively.

Source Code

;; Defined in ~/.emacs.d/elpa/marginalia-20260724.810/marginalia.el
(defcustom marginalia-censor-variables
  '("pass\\|auth-source-netrc-cache\\|auth-source-.*-nonce\\|api-?key")
  "The value of variables matching any of these regular expressions is not shown.
This configuration variable is useful to hide variables which may
hold sensitive data, e.g., passwords.  The variable names are
matched case-sensitively."
  :type '(repeat (choice symbol regexp)))