dotemacs

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

prism-pkg.el (467B)


      1 (define-package "prism" "0.3.2" "Customizable, depth-based syntax coloring"
      2   '((emacs "26.1")
      3     (dash "2.14.1"))
      4   :commit "169b49afa91e69d35b8756df49ed3ca06f418d35" :authors
      5   '(("Adam Porter" . "adam@alphapapa.net"))
      6   :maintainers
      7   '(("Adam Porter" . "adam@alphapapa.net"))
      8   :maintainer
      9   '("Adam Porter" . "adam@alphapapa.net")
     10   :keywords
     11   '("faces" "lisp")
     12   :url "https://github.com/alphapapa/prism.el")
     13 ;; Local Variables:
     14 ;; no-byte-compile: t
     15 ;; End: