Don't display flycheck errors in minibuffer
This commit is contained in:
parent
7cc7cb3eae
commit
16c5309394
1 changed files with 1 additions and 2 deletions
|
@ -1127,8 +1127,7 @@ from myaethon2.core.decorators import (
|
|||
'(python-pylint python-pyflakes))
|
||||
(setf flycheck-highlighting-mode 'columns)
|
||||
(require 'flycheck-commit-check)
|
||||
(setq flycheck-display-errors-function
|
||||
#'flycheck-pos-tip-error-messages))
|
||||
(setq flycheck-display-errors-function (lambda (_) nil)))
|
||||
|
||||
(stante-after geiser-repl
|
||||
(setq geiser-repl-history-filename "~/.emacs.d/geiser-history"))
|
||||
|
|
Loading…
Reference in a new issue