flycheck-posframe

Homepage: https://github.com/alexmurray/flycheck-posframe

Author: Alex Murray

Updated:

Summary

Show flycheck error messages using posframe.el

Commentary

Show flycheck error messages using posframe.el

Setup

(with-eval-after-load 'flycheck
   (require 'flycheck-posframe)
   (add-hook 'flycheck-mode-hook #'flycheck-posframe-mode))

Dependencies