dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

jq-mode-pkg.el (446B)


      1 (define-package "jq-mode" "0.5.0" "Edit jq scripts."
      2   '((emacs "25.1"))
      3   :commit "3bda2d1085d5ac28fc6e7e8093ca7e74d3719f56" :authors
      4   '(("Bjarte Johansen <Bjarte dot Johansen at gmail dot com>"))
      5   :maintainers
      6   '(("Bjarte Johansen <Bjarte dot Johansen at gmail dot com>"))
      7   :maintainer
      8   '("Bjarte Johansen <Bjarte dot Johansen at gmail dot com>")
      9   :url "https://github.com/ljos/jq-mode")
     10 ;; Local Variables:
     11 ;; no-byte-compile: t
     12 ;; End: