Variable: sql-interactive-mode-hook
sql-interactive-mode-hook is a customizable variable defined in
sql.el.gz.
Value
(sql-indent-enable)
Documentation
Hook for customizing sql-interactive-mode.
This variable was added, or its default value changed, in Emacs 27.1.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
;; The usual hooks
(defcustom sql-interactive-mode-hook '(sql-indent-enable)
"Hook for customizing `sql-interactive-mode'."
:type 'hook
:version "27.1")