Variable: sql-linter-program

sql-linter-program is a customizable variable defined in sql.el.gz.

Value

"inl"

Documentation

Command to start inl by RELEX.

Starts sql-interactive-mode after doing some setup.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
;; Customization for Linter

(defcustom sql-linter-program "inl"
  "Command to start inl by RELEX.

Starts `sql-interactive-mode' after doing some setup."
  :type 'file)