config

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

flycheck-pkg.el (570B)


      1 ;; -*- no-byte-compile: t; lexical-binding: nil -*-
      2 (define-package "flycheck" "20241130.1502"
      3   "On-the-fly syntax checking."
      4   '((emacs "26.1"))
      5   :url "https://github.com/flycheck/flycheck"
      6   :commit "ebaf48359b3e21879c8f6f3c1b5d0221b345035e"
      7   :revdesc "ebaf48359b3e"
      8   :keywords '("convenience" "languages" "tools")
      9   :authors '(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
     10   :maintainers '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com")
     11                  ("fmdkdd" . "fmdkdd@gmail.com")
     12                  ("Bozhidar Batsov" . "bozhidar@batsov.dev")))