dotemacs

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

sly-pkg.el (283B)


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