; Add 'eglot-ensure' option to 'lua-ts-mode-hook'
* lisp/progmodes/lua-ts-mode.el (lua-ts-mode-hook): Add an option to enable Eglot from the lua-ts-mode-hook. (Bug#71736)
This commit is contained in:
@@ -58,7 +58,8 @@
|
||||
(defcustom lua-ts-mode-hook nil
|
||||
"Hook run after entering `lua-ts-mode'."
|
||||
:type 'hook
|
||||
:options '(flymake-mode
|
||||
:options '(eglot-ensure
|
||||
flymake-mode
|
||||
hs-minor-mode
|
||||
outline-minor-mode)
|
||||
:version "30.1")
|
||||
|
||||
Reference in New Issue
Block a user