Skip to content

Commit

Permalink
Update recipe for flycheck (#2939)
Browse files Browse the repository at this point in the history
- Everything Flycheck needs is built into Emacs
- Bump up minimum-emacs-version
  • Loading branch information
vedang committed May 25, 2024
1 parent 9a35363 commit 6437f0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes/flycheck.rcp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(:name flycheck
:type github
:pkgname "flycheck/flycheck"
:minimum-emacs-version "24.3"
:description "On-the-fly syntax checking extension"
:depends (dash pkg-info let-alist seq))
:minimum-emacs-version "26.1"
:description "On-the-fly syntax checking extension")

0 comments on commit 6437f0f

Please sign in to comment.