cd600cad4f
This commit drastically simplify the previous commit by removing the layer variable syntax-checking-check-on-buffer-change and the associated usage of it. This effectively make spacemacs use the default flycheck setting. If the user wants to customize this behavior then she can modify directly the flycheck variable.
20 lines
519 B
EmacsLisp
20 lines
519 B
EmacsLisp
;;; config.el --- Syntax Checking Layer configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2014 Sylvain Benner
|
|
;; Copyright (c) 2014-2015 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; Variables
|
|
|
|
(defvar syntax-checking-enable-tooltips t
|
|
"If non nil some feedback are displayed in tooltips.")
|
|
|
|
;; Command Prefixes
|
|
|
|
(spacemacs/declare-prefix "S" "spelling")
|