Ladicle / flymake-posframe

Showing flymake diagnostics at point using posframe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flymake-posframe

Showing flymake diagnostics at point using posframe

screenshot/flymake-posframe.gif

Installation

(use-package posframe)
(use-package flymake-posframe
  :load-path "<path to 'flymake-posframe'>"
  :hook (flymake-mode . flymake-posframe-mode))

Customization

Variables

flymake-posframe-error-prefix
String to be displayed before every error line.
flymake-posframe-warning-prefix
String to be displayed before every warning line.
flymake-posframe-note-prefix
String to be displayed before every note line.
flymake-posframe-buffer
Name of the flymake posframe buffer.

faces

flymake-posframe-background-face
The background color of the flymake-posframe frame.
flymake-posframe-foreground-face
The foreground color of the flymake-posframe frame.

About

Showing flymake diagnostics at point using posframe

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%