Variable: skeleton-pair
skeleton-pair is a variable defined in skeleton.el.gz.
Value
nil
Documentation
If this is nil pairing is turned off, no matter what else is set.
Otherwise modes with skeleton-pair-insert-maybe on some keys
will attempt to insert pairs of matching characters.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/skeleton.el.gz
;; Variables and command for automatically inserting pairs like () or "".
(defvar skeleton-pair nil
"If this is nil pairing is turned off, no matter what else is set.
Otherwise modes with `skeleton-pair-insert-maybe' on some keys
will attempt to insert pairs of matching characters.")