Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 rivejä
448 B

4 vuotta sitten
  1. (define-package "flycheck" "20190709.1443" "On-the-fly syntax checking"
  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: