dotemacs

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

sly-macrostep-pkg.el (334B)


      1 (define-package "sly-macrostep" "20191211.1630" "fancy macro-expansion via macrostep.el"
      2   '((sly "1.0.0beta2")
      3     (macrostep "0.9"))
      4   :commit "5113e4e926cd752b1d0bcc1508b3ebad5def5fad" :keywords
      5   '("languages" "lisp" "sly")
      6   :url "https://github.com/capitaomorte/sly-macrostep")
      7 ;; Local Variables:
      8 ;; no-byte-compile: t
      9 ;; End: