Merge pull request #350 from vikigenius/vikigenius

Fix race between eldoc and flycheck by delaying flycheck
This commit is contained in:
Henrik Lissner
2018-01-12 14:40:24 -05:00
committed by GitHub

View File

@ -33,7 +33,7 @@
;; fallback to flycheck-popup-tip in terminal Emacs
flycheck-pos-tip-display-errors-tty-function
#'flycheck-popup-tip-show-popup
flycheck-display-errors-delay 0.5))
flycheck-display-errors-delay 0.7))
(def-package! flycheck-popup-tip
:commands (flycheck-popup-tip-mode flycheck-popup-tip-show-popup))