From 83bc256fdc76ca9d2392d3517fc8233df048170f Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 5 Dec 2021 22:41:44 +0530 Subject: [PATCH] Add recipe for flycheck-inline "A minor-mode for displaying errors from Flycheck right below their reporting ocation, using overlays. --- recipes/flycheck-inline.rcp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/flycheck-inline.rcp 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))