Variable: cfrs-min-width

cfrs-min-width is a customizable variable defined in cfrs.el.

Value

40

Documentation

The minimum width of the cfrs input field.

cfrs will never be smaller than cfrs-min-width characters regardless of the length of the prompt and initial input.

See also cfrs-max-width

Source Code

;; Defined in ~/.emacs.d/elpa/cfrs-20250729.1422/cfrs.el
(defcustom cfrs-min-width 40
  "The minimum width of the cfrs input field.
cfrs will never be smaller than `cfrs-min-width' characters regardless of the
length of the prompt and initial input.

See also `cfrs-max-width'"
  :type 'integer
  :group 'cfrs)