mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; 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
|
(defcustom lua-ts-mode-hook nil
|
||||||
"Hook run after entering `lua-ts-mode'."
|
"Hook run after entering `lua-ts-mode'."
|
||||||
:type 'hook
|
:type 'hook
|
||||||
:options '(flymake-mode
|
:options '(eglot-ensure
|
||||||
|
flymake-mode
|
||||||
hs-minor-mode
|
hs-minor-mode
|
||||||
outline-minor-mode)
|
outline-minor-mode)
|
||||||
:version "30.1")
|
:version "30.1")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue