Update stuff

This commit is contained in:
2026-06-21 09:58:40 -07:00
parent 05de8c085c
commit 022ffd4733
4 changed files with 21 additions and 16 deletions
-3
View File
@@ -400,15 +400,12 @@ language setting in any file."
(ltex-eglot--set-variable server 'ltex-eglot-language language))
(eglot-signal-didChangeConfiguration server)))
;;;###autoload
(add-to-list 'eglot-server-programs
(cons ltex-eglot-modes
(list
'ltex-eglot-server
ltex-eglot-server-binary "--server-type" "TcpSocket"
"--no-endless" "--port" :autoport)))
;;;###autoload
(advice-add 'eglot--workspace-configuration-plist :around
'ltex-eglot--hack-server-config)