Disable flycheck-pos-tip in emacs >= 25
This commit is contained in:
parent
a8c5282b35
commit
d0770a0111
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue