Anmol Khirbat
Results
1
comments of
Anmol Khirbat
How about trying this in your .sbclrc? ``` (when (interactive-stream-p *standard-input*) (ql:quickload "linedit") (funcall (intern "INSTALL-REPL" :linedit) :wrap-current t)) ```