Add recipe for flycheck-inline

"A minor-mode for displaying errors from Flycheck right below their reporting ocation, using overlays.
This commit is contained in:
Vedang Manerikar 2021-12-05 22:41:44 +05:30
parent c267a22664
commit 83bc256fdc

View File

@ -0,0 +1,5 @@
(:name flycheck-inline
:description "A minor-mode for displaying errors from Flycheck right below their reporting location, using overlays."
:type github
:pkgname "flycheck/flycheck-inline"
:depends (flycheck))