mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 8f6f2705a38e2515b6c57fda12c5be29fb9a798f
commit | author | age
5cb5f7 1 (define-package "flycheck" "20181018.1021" "On-the-fly syntax checking"
C 2   '((dash "2.12.1")
3     (pkg-info "0.4")
4     (let-alist "1.0.4")
5     (seq "1.11")
6     (emacs "24.3"))
7   :keywords
8   '("convenience" "languages" "tools")
9   :authors
10   '(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
11   :maintainer
12   '("ClĂ©ment Pit-Claudel" . "clement.pitclaudel@live.com")
13   :url "http://www.flycheck.org")
14 ;; Local Variables:
15 ;; no-byte-compile: t
16 ;; End: