[Emacs] Add ltex-lsp to Emacs

This commit is contained in:
Lucien Cartier-Tilet 2022-06-15 21:48:01 +02:00
parent c8f8dcdf67
commit c32ae1347b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 15 additions and 0 deletions

View File

@ -6243,6 +6243,21 @@ And lets enable some intergration with ~ivy~.
:cwd nil)))
#+end_src
**** ltex-lsp
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Programming-Tools-ltex-lsp-7jd3l8k0chj0
:END:
#+begin_src emacs-lisp
(use-package lsp-ltex
:defer t
:straight (:build t)
:after (lsp-mode org)
:config
(setq lsp-ltex-mother-tongue "fr-FR"
lsp-ltex-server-store-path (executable-find "ltex-ls")
lsp-ltex-version "15.2.0"))
#+end_src
*** DSLs
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Programming-languages-DSLsbwu5fl6184j0