pos-tip.el (what flycheck-pos-tip's uses) is buggy on MacOS, with no guarantee where a popup may appear.
7 lines
167 B
EmacsLisp
7 lines
167 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; feature/syntax-checker/packages.el
|
|
|
|
(package! flycheck)
|
|
(if IS-MAC
|
|
(package! flycheck-popup-tip)
|
|
(package! flycheck-pos-tip))
|