Add elpa packages
This commit is contained in:
parent
2d97873c1c
commit
afd61b5209
197 changed files with 76816 additions and 0 deletions
12
elpa/flycheck-35.0/flycheck-pkg.el
Normal file
12
elpa/flycheck-35.0/flycheck-pkg.el
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "flycheck" "35.0"
|
||||
"On-the-fly syntax checking."
|
||||
'((emacs "27.1"))
|
||||
:url "https://www.flycheck.org"
|
||||
:commit "6e43c07e83406cdd3f75952ee988d61d7573ec11"
|
||||
:revdesc "6e43c07e8340"
|
||||
:keywords '("convenience" "languages" "tools")
|
||||
:authors '(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
|
||||
:maintainers '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com")
|
||||
("fmdkdd" . "fmdkdd@gmail.com")
|
||||
("Bozhidar Batsov" . "bozhidar@batsov.dev")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue