joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.23k stars 139 forks source link

Autoload `sly-mrepl` #572

Closed fosskers closed 1 year ago

fosskers commented 1 year ago

This allows commandp to return T for sly-mrepl, even when the library is not yet loaded. Note that other top-level functions in Sly are already autoloaded, like the sly function itself, so there is precedent.

joaotavora commented 1 year ago

Thanks!