diff --git a/recipes/flycheck-eglot.rcp b/recipes/flycheck-eglot.rcp new file mode 100644 index 000000000..4dd9081f0 --- /dev/null +++ b/recipes/flycheck-eglot.rcp @@ -0,0 +1,6 @@ +(:name flycheck + :type github + :pkgname "flycheck/flycheck-eglot" + :minimum-emacs-version "28.1" + :depends (eglot flycheck) + :description "Flycheck support for eglot")