Variable: align-sq-string-modes

align-sq-string-modes is a customizable variable defined in align.el.gz.

Value

(perl-mode python-base-mode)

Documentation

A list of modes where single quoted strings should be excluded.

Source Code

;; Defined in /usr/src/emacs/lisp/align.el.gz
(defcustom align-sq-string-modes
  (append align-perl-modes '(python-base-mode))
  "A list of modes where single quoted strings should be excluded."
  :type '(repeat symbol))