Wrap 'eglot-server-programs usage in after! eglot
This commit is contained in:
parent
f35768af86
commit
f9d30cbf90
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"Add SERVER-CALL list as a possible lsp server for given major MODE.
|
||||
|
||||
Example : (set-eglot-client! 'python-mode `(,(concat doom-etc-dir \"lsp/mspyls/Microsoft.Python.LanguageServer\")))"
|
||||
(when (featurep! +eglot)
|
||||
(after! eglot
|
||||
(add-to-list 'eglot-server-programs `(,mode . ,server-call))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue