Variable: artist-rubber-banding

artist-rubber-banding is a customizable variable defined in artist.el.gz.

Value

t

Documentation

Interactively do rubber-banding when non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defcustom artist-rubber-banding t
  "Interactively do rubber-banding when non-nil."
  :group 'artist
  :type 'boolean)