15 lines
463 B
EmacsLisp
15 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'.")
|