Variable: flymake-start-on-flymake-mode

flymake-start-on-flymake-mode is a customizable variable defined in flymake.el.gz.

Value

t

Documentation

If non-nil, start syntax check when flymake-mode(var)/flymake-mode(fun) is enabled.

Specifically, start it when the buffer is actually displayed.

This variable was added, or its default value changed, in Emacs 26.1.

Aliases

flymake-start-syntax-check-on-find-file (obsolete since 26.1)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-start-on-flymake-mode t
  "If non-nil, start syntax check when `flymake-mode' is enabled.
Specifically, start it when the buffer is actually displayed."
  :version "26.1"
  :type 'boolean)