Change languagetool port

This commit is contained in:
Charlotte Van Petegem 2023-12-24 13:20:09 +01:00
parent ce247b5d61
commit 234b428928
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 1 deletions

View file

@ -206,7 +206,7 @@
(use-package flycheck-languagetool
:hook (text-mode . flycheck-languagetool-setup)
:custom
(flycheck-languagetool-url "http://localhost:8081")
(flycheck-languagetool-url "http://localhost:15151")
)
;; Annotations in selection interface

View file

@ -30,6 +30,7 @@
services.languagetool = {
enable = true;
port = 15151;
settings.cacheSize = 10000;
};