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
|
(use-package flycheck-languagetool
|
||||||
:hook (text-mode . flycheck-languagetool-setup)
|
:hook (text-mode . flycheck-languagetool-setup)
|
||||||
:custom
|
:custom
|
||||||
(flycheck-languagetool-url "http://localhost:8081")
|
(flycheck-languagetool-url "http://localhost:15151")
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Annotations in selection interface
|
;; Annotations in selection interface
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
services.languagetool = {
|
services.languagetool = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
port = 15151;
|
||||||
settings.cacheSize = 10000;
|
settings.cacheSize = 10000;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue