aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-11-08 12:10:13 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-11-08 12:10:13 -0700
commitd555f3c9c919dc673ab23f48b916999fe7073610 (patch)
tree283f759dc4b48dc116212638c82853a2648e0d81 /config
parent5b5f81234708982f741706488ec051137a14826e (diff)
downloaddotfiles-d555f3c9c919dc673ab23f48b916999fe7073610.tar.gz
dotfiles-d555f3c9c919dc673ab23f48b916999fe7073610.tar.xz
config: emacs: add languagetool to chktex chain
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config')
-rw-r--r--config/emacs/emacs.d/emacs.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org
index eedf577e..efc65d24 100644
--- a/config/emacs/emacs.d/emacs.org
+++ b/config/emacs/emacs.d/emacs.org
@@ -3408,6 +3408,12 @@ Some common Bib/reftex/org-ref actions that are useful to have around.
(bind-key "C-c o p" #'doi-utils-get-bibtex-entry-pdf)
#+end_src
+Add =languagetool= to =tex-chktex= checker chain.
+
+#+begin_src elisp
+(flycheck-add-next-checker 'tex-chktex '(warning . languagetool))
+#+end_src
+
**** TOML
:PROPERTIES:
:ID: 3841af44-134f-48f6-a323-fc5eacfa5957