Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ladicle/flymake-posframe

Showing flymake diagnostics at point using posframe
https://github.com/ladicle/flymake-posframe

emacs flymake posframe

Last synced: 3 months ago
JSON representation

Showing flymake diagnostics at point using posframe

Awesome Lists containing this project

README

        

* flymake-posframe

Showing flymake diagnostics at point using posframe

[[file:screenshot/flymake-posframe.gif]]

** Installation

#+BEGIN_SRC emacs-lisp
(use-package posframe)
(use-package flymake-posframe
:load-path ""
:hook (flymake-mode . flymake-posframe-mode))
#+END_SRC

** 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.