Variable: tempo-interactive
tempo-interactive is a customizable variable defined in tempo.el.gz.
Value
nil
Documentation
Prompt user for strings in templates.
If this variable is non-nil, tempo-insert prompts the
user for text to insert in the templates.
Source Code
;; Defined in /usr/src/emacs/lisp/tempo.el.gz
(defcustom tempo-interactive nil
"Prompt user for strings in templates.
If this variable is non-nil, `tempo-insert' prompts the
user for text to insert in the templates."
:type 'boolean)