mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-30 17:01:02 -05:00
Disable flycheck-pos-tip in emacs >= 25
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
:config (flycheck-package-setup))
|
||||
|
||||
(use-package flycheck-pos-tip
|
||||
:when (= emacs-major-version 24)
|
||||
:after flycheck
|
||||
:config
|
||||
(setq flycheck-pos-tip-timeout 10
|
||||
|
Reference in New Issue
Block a user