Change languagetool port
This commit is contained in:
parent
ce247b5d61
commit
234b428928
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
services.languagetool = {
|
||||
enable = true;
|
||||
port = 15151;
|
||||
settings.cacheSize = 10000;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue