Variable: kotl-mode:shrink-region-flag

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

Value

nil

Documentation

Non-nil means Koutliner commands automatically shrink the region.

The region is shrinked within the visible bounds of a single cell before editing it. The region then falls within the first visible cell that was part of the region or that followed it. Default value is nil.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kotl-mode.el
(defcustom kotl-mode:shrink-region-flag nil
  "Non-nil means Koutliner commands automatically shrink the region.
The region is shrinked within the visible bounds of a single cell
before editing it.  The region then falls within the first
visible cell that was part of the region or that followed it.
Default value is nil."
  :type 'boolean
  :group 'hyperbole-koutliner)