Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ladicle/flymake-posframe
- Owner: Ladicle
- License: gpl-3.0
- Created: 2019-03-11T13:45:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T17:12:41.000Z (over 2 years ago)
- Last Synced: 2024-05-01T20:28:42.616Z (9 months ago)
- Topics: emacs, flymake, posframe
- Language: Emacs Lisp
- Homepage:
- Size: 187 KB
- Stars: 29
- Watchers: 3
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
- License: LICENSE
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.