config

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

flycheck-pkg.el (578B)


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