-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Here is my config (which works fine):
(use-package flycheck-languagetool
:hook
(text-mode . flycheck-languagetool-setup)
(org-mode . flycheck-languagetool-setup)
(latex-mode . flycheck-languagetool-setup)
(markdown-mode . flycheck-languagetool-setup)
:init
(setq flycheck-languagetool-url "https://api.languagetool.org")
(setq flycheck-languagetool-server-jar nil)
(setq flycheck-languagetool-server-port nil)
(setq flycheck-languagetool-language "fr-FR")
:config
(add-to-list 'flycheck-checkers 'languagetool)
)
How could I add (setq flycheck-languagetool-language "en-US") ?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request