config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

flycheck-pkg.el (494B)


      1 (define-package "flycheck" "20240411.449" "On-the-fly syntax checking"
      2   '((emacs "26.1"))
      3   :commit "900b8e79754d21853a6e5b5a2802f317a7112a1e" :authors
      4   '(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
      5   :maintainers
      6   '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
      7   :maintainer
      8   '("Clément Pit-Claudel" . "clement.pitclaudel@live.com")
      9   :keywords
     10   '("convenience" "languages" "tools")
     11   :url "https://www.flycheck.org")
     12 ;; Local Variables:
     13 ;; no-byte-compile: t
     14 ;; End: