Variable: artist-first-char
artist-first-char is a customizable variable defined in artist.el.gz.
Value
49
Documentation
Character to set at first point when not rubber-banding.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defcustom artist-first-char ?1
"Character to set at first point when not rubber-banding."
:group 'artist
:type 'character)