doomemacs/modules/feature/syntax-checker/packages.el
Henrik Lissner 065091bdca
flycheck: use pos-tip in GUI Emacs (linux), popup-tip everywhere else
Long story short, `flycheck-popup-tip' works everywhere but only looks
*ok*.  `flycheck-pos-tip' looks great, but only in GUI Emacs on Linux.
So we want:

+ GUI Emacs (Linux): pos-tip
+ GUI Emacs (MacOS): popup-tip
+ tty Emacs (anywhere): popup-tip
2018-01-06 01:10:37 -05:00

6 lines
149 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; feature/syntax-checker/packages.el
(package! flycheck)
(package! flycheck-pos-tip)
(package! flycheck-popup-tip)