Fix race between eldoc and flycheck by delaying flycheck
This commit is contained in:
parent
2f0822ed44
commit
507ee07513
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue