Variable: cperl-electric-lbrace-space

cperl-electric-lbrace-space is a customizable variable defined in cperl-mode.el.gz.

Value

nil

Documentation

Non-nil (and non-null) means { after $ should be preceded by .

Can be overwritten by cperl-hairy if nil.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-electric-lbrace-space nil
  "Non-nil (and non-null) means { after $ should be preceded by ` '.
Can be overwritten by `cperl-hairy' if nil."
  :type '(choice (const null) boolean)
  :group 'cperl-affected-by-hairy)