spacemacs: disable annoying flycheck tooltips
This commit is contained in:
parent
b409679bd5
commit
6c94b6a238
@ -31,7 +31,7 @@
|
||||
;; (shell :variables
|
||||
;; shell-default-height 30
|
||||
;; shell-default-position 'bottom)
|
||||
syntax-checking
|
||||
(syntax-checking :variables syntax-checking-enable-tooltips nil)
|
||||
version-control
|
||||
scala
|
||||
latex
|
||||
@ -219,6 +219,7 @@ you should place your code here."
|
||||
(load-file (concat twelf-root "emacs/twelf-init.el")))
|
||||
|
||||
(setq lean-rootdir "/home/gebner/lean")
|
||||
(setq flycheck-display-errors-function nil) ; disable annoying flycheck tooltips
|
||||
(when (file-exists-p lean-rootdir)
|
||||
(setq load-path (cons (concat lean-rootdir "/src/emacs") load-path))
|
||||
(require 'lean-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user