dotemacs

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

slynk-macrostep.asd (365B)


      1 ;;; -*- lisp -*-
      2 (in-package :asdf)
      3 
      4 (defsystem :slynk-macrostep
      5     :author "João Távora <https://github.com/capitaomorte>"
      6     :depends-on (#:slynk)
      7   :description "MACROSTEP support for Slynk"
      8   :components ((:file "package")
      9                (:file "collect-macro-forms")
     10                (:file "slynk-macrostep")))
     11 
     12 ;; Local Variables:
     13 ;; coding: utf-8
     14 ;; End: