chore(emacs): install languagetool for spelling and grammar checking
This commit is contained in:
parent
e7a94003ac
commit
e243672164
1 changed files with 7 additions and 0 deletions
|
|
@ -239,6 +239,13 @@ just in in the current buffer."
|
||||||
(setq-default org-download-image-dir (concat (file-name-as-directory org-directory) "Attachments")
|
(setq-default org-download-image-dir (concat (file-name-as-directory org-directory) "Attachments")
|
||||||
org-download-heading-lvl nil))
|
org-download-heading-lvl nil))
|
||||||
|
|
||||||
|
(use-package languagetool
|
||||||
|
:straight t
|
||||||
|
:config
|
||||||
|
(setq languagetool-correction-language "en-GB"
|
||||||
|
languagetool-server-url "https://api.languagetool.org"
|
||||||
|
languagetool-server-port 443))
|
||||||
|
|
||||||
;;; Completion
|
;;; Completion
|
||||||
|
|
||||||
(use-package company
|
(use-package company
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue