14dcebd4a3
LanguageTool is an automated proofreader and grammar checker. This layer adds the ability to check the current buffer's contents using LanguageTool.
14 lines
463 B
EmacsLisp
14 lines
463 B
EmacsLisp
;;; config.el --- languagetool layer packages file for Spacemacs.
|
|
;;
|
|
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Robbert van der Helm <mail@robbertvanderhelm.nl>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
(defvar languagetool-show-error-on-jump nil
|
|
"If non-nil, automatically show a popup with the error when
|
|
jumping to LanguageTool errors with '[ a' and '] a'.")
|