Variable: kotl-mode:refill-flag

kotl-mode:refill-flag is a customizable variable defined in kotl-mode.el.

Value

nil

Documentation

Non-nil means automatically refill cells during operations.

Operations are move, copy, promotion and demotion. Default value is nil. Cells with a no-fill attribute are never refilled during such operations, regardless of the value of this flag.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kotl-mode.el
(defcustom kotl-mode:refill-flag nil
  "Non-nil means automatically refill cells during operations.
Operations are move, copy, promotion and demotion.  Default value
is nil.  Cells with a `no-fill' attribute are never refilled
during such operations, regardless of the value of this flag."
  :type 'boolean
  :group 'hyperbole-koutliner)