dotemacs

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

sly-pkg.el (283B)


      1 (define-package "sly" "20231213.1030" "Sylvester the Cat's Common Lisp IDE"
      2   '((emacs "24.3"))
      3   :commit "ed17d2c2bd7aead0fbb09c3d22861c80a522a097" :keywords
      4   '("languages" "lisp" "sly")
      5   :url "https://github.com/joaotavora/sly")
      6 ;; Local Variables:
      7 ;; no-byte-compile: t
      8 ;; End: