replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

Add lisp/ subdirectory to load-path #36

Closed raxod502 closed 5 years ago

raxod502 commented 5 years ago

This means you can import https://github.com/magit/magit into Repl.it and just be able to (require 'magit), for example. Many large Elisp projects use a lisp/ subdirectory.

replbot commented 5 years ago

unbooping: approved