Variable: python-skeleton-autoinsert
python-skeleton-autoinsert is a customizable variable defined in
python.el.gz.
Value
nil
Documentation
Non-nil means template skeletons will be automagically inserted.
This happens when pressing "if<SPACE>", for example, to prompt for the if condition.
Probably introduced at or before Emacs version 24.3.
Aliases
python-use-skeletons (obsolete since 24.3)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-skeleton-autoinsert nil
"Non-nil means template skeletons will be automagically inserted.
This happens when pressing \"if<SPACE>\", for example, to prompt for
the if condition."
:type 'boolean
:group 'python
:safe 'booleanp)