mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
da2d6d4e1f
That dir contains bundled copies of core elisp like ert.el and cl-lib, but the Package-Requires header in slime.el ensures the latter is installed, and presumably the former is not required for end users.
3 lines
149 B
Text
3 lines
149 B
Text
(slime :repo "slime/slime"
|
|
:fetcher github
|
|
:files ("*.el" "*.lisp" "*.asd" "contrib" "doc/*.texi" "doc/*.info" "doc/dir" "ChangeLog"))
|