; 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:
parent
58a2f36a8b
commit
6e5e4d6193
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue