Fix race between eldoc and flycheck by delaying flycheck

This commit is contained in:
Vikash Kathirvel 2018-01-12 16:11:18 +05:30
parent 2f0822ed44
commit 507ee07513

View file

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