mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #350 from vikigenius/vikigenius
Fix race between eldoc and flycheck by delaying flycheck
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user