diff options
author | Kenny Ballou <kb@devnulllabs.io> | 2023-01-11 16:53:26 -0700 |
---|---|---|
committer | Kenny Ballou <kb@devnulllabs.io> | 2023-01-11 16:55:12 -0700 |
commit | 929c4b2ec911ff0e5010c527287eb2bdbe97b825 (patch) | |
tree | 12196e5528b7467671c3641279c7b9d3811faf67 /config | |
parent | 5310b6db55e233e38949c61e2d0cac1fea076abd (diff) | |
download | dotfiles-929c4b2ec911ff0e5010c527287eb2bdbe97b825.tar.gz dotfiles-929c4b2ec911ff0e5010c527287eb2bdbe97b825.tar.xz |
languagetool: add ltex-ls shepherd service
Ideally, ltex-ls is configured to connect to the running LT service.
However, this is incomplete as of now.
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config')
-rw-r--r-- | config/emacs/emacs.d/emacs.org | 3 | ||||
-rw-r--r-- | config/guix/channels.scm | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org index 2c31ad21..5cb5d1bc 100644 --- a/config/emacs/emacs.d/emacs.org +++ b/config/emacs/emacs.d/emacs.org @@ -1447,6 +1447,9 @@ https://masteringemacs.org/article/polymode-multiple-major-modes-how-to-use-sql- :END: #+begin_src elisp :tangle no +(add-to-list 'eglot-server-programs '(text-mode "localhost" 9091)) +#+end_src +#+begin_src elisp :tangle no (use-package lsp-ltex :after lsp :hook (text-mode . kb/enable-ltex) diff --git a/config/guix/channels.scm b/config/guix/channels.scm index 9624d40e..5334f788 100644 --- a/config/guix/channels.scm +++ b/config/guix/channels.scm @@ -25,7 +25,7 @@ (url "https://git.sr.ht/~kennyballou/guix-channel.git") (branch "master") (commit - "be7fb228609c80d09b53cd0409d7d2923b750543") + "3bae5aec3645db44bd8fab1f8c6d474d77223df7") (introduction (make-channel-introduction "b9d0b8041d28ebd9f85cb041aa3f2235c8b39417" |