Call flycheck-popup-tip-mode correctly

- Fix issue: Symbol’s function definition is void: flycheck-popup-tip
This commit is contained in:
Yiming Chen 2018-01-09 12:00:35 +08:00
parent ca3f955a93
commit eb927290b5

View file

@ -40,5 +40,5 @@
(after! flycheck
(if IS-MAC
(flycheck-popup-tip)
(flycheck-popup-tip-mode)
(flycheck-pos-tip-mode)))