From 85daa37d92e6d8fbae083c5421057e6ac306edd4 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:36:41 +0530 Subject: [PATCH] Add recipe for flycheck-eglot (#2940) Implements Flycheck support for Eglot --- recipes/flycheck-eglot.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/flycheck-eglot.rcp diff --git a/recipes/flycheck-eglot.rcp b/recipes/flycheck-eglot.rcp new file mode 100644 index 00000000..b631df6e --- /dev/null +++ b/recipes/flycheck-eglot.rcp @@ -0,0 +1,6 @@ +(:name flycheck-eglot + :type github + :pkgname "flycheck/flycheck-eglot" + :minimum-emacs-version "28.1" + :depends (eglot flycheck) + :description "Flycheck support for eglot")