dotemacs

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

slynk-named-readtables.asd (308B)


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