Variable: lua-mode-hook

lua-mode-hook is a customizable variable defined in lua-mode.el.gz.

Value

nil

Documentation

Hooks called when Lua mode fires up.

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

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defcustom lua-mode-hook nil
  "Hooks called when Lua mode fires up."
  :type 'hook
  :options '(eglot-ensure
             flymake-mode
             hs-minor-mode
             outline-minor-mode)
  :version "31.1")