mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2021-01-27 af0806f06cc98353b09254da5c023e9b321f3997
Added langtool grammar checking
1 files modified
9 ■■■■ changed files
config.org 9 ●●●● patch | view | raw | blame | history
config.org
@@ -124,7 +124,14 @@
  (diminish 'flyspell-mode)
#+END_SRC
** Language Tool
Language tool is an open source grammar checker.
#+BEGIN_SRC emacs-lisp
  (use-package langtool
    :ensure t
    :init
    (setq langtool-java-classpath "/usr/share/languagetool:/usr/share/java/languagetool/*"))
#+END_SRC
** Switch-window
Helps to change windows easily when many are open at once.
#+BEGIN_SRC emacs-lisp