Skip to content

doomelpa/flymake-popon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flymake-popon - Flymake diagnostics on cursor hover

This package shows Flymake diagnostics on cursor hover. This works on both graphical and non-graphical displays.

./demo-gui.png flymake-popon on GUI using Posframe.

./demo-terminal.png flymake-popon on terminal using Popon.

Installation

Package

Install from NonGNU ELPA.

Quelpa

(quelpa '(flymake-popon
          :fetcher git
          :url "https://codeberg.org/akib/emacs-flymake-popon.git"))

Straight.el

(straight-use-package
 '(flymake-popon
   :type git
   :repo "https://codeberg.org/akib/emacs-flymake-popon.git"))

Usage

Enable with M-x flymake-popon-mode. All customization options can be found by M-x customize-group RET flymake-popon.

About

Flymake diagnostics on cursor hover

Topics

Resources

License

Stars

Watchers

Forks