Files
emacs/lisp/flycheck/flycheck-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

17 lines
498 B
EmacsLisp

(define-package "flycheck" "20221213.107" "On-the-fly syntax checking"
'((dash "2.12.1")
(pkg-info "0.4")
(let-alist "1.0.4")
(seq "1.11")
(emacs "24.3"))
:commit "15f0759602f9a31aff134c44d001ab058fbe747c" :authors
'(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
:maintainer
'("Clément Pit-Claudel" . "clement.pitclaudel@live.com")
:keywords
'("convenience" "languages" "tools")
:url "http://www.flycheck.org")
;; Local Variables:
;; no-byte-compile: t
;; End: