mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Call flycheck-popup-tip-mode correctly
- Fix issue: Symbol’s function definition is void: flycheck-popup-tip
This commit is contained in:
@ -40,5 +40,5 @@
|
||||
|
||||
(after! flycheck
|
||||
(if IS-MAC
|
||||
(flycheck-popup-tip)
|
||||
(flycheck-popup-tip-mode)
|
||||
(flycheck-pos-tip-mode)))
|
||||
|
Reference in New Issue
Block a user