Variable: align-sq-string-modes

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

Value

(perl-mode cperl-mode python-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-mode))
  "A list of modes where single quoted strings should be excluded."
  :type '(repeat symbol)
  :group 'align)