Variable: align-mode-exclude-rules-list

align-mode-exclude-rules-list is a buffer-local variable defined in align.el.gz.

Documentation

Alignment exclusion rules specific to the current major mode.

See the variable align-exclude-rules-list for more details.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/align.el.gz
(defvar-local align-mode-exclude-rules-list nil
  "Alignment exclusion rules specific to the current major mode.
See the variable `align-exclude-rules-list' for more details.")