diff --git a/recipes/flycheck-inline.rcp b/recipes/flycheck-inline.rcp new file mode 100644 index 00000000..de16394c --- /dev/null +++ b/recipes/flycheck-inline.rcp @@ -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))