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
commit 59c8689f40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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))