Arc Forumnew | comments | leaders | submitlogin
1 point by febeling 6077 days ago | link | parent

Put this into file ~/.mzschemerc:

(when (regexp-match? #rx"xterm" (getenv "TERM")) (dynamic-require '(lib "rep.ss" "readline") #f))

I posted this earlier, but forgot to append the "rc" to the file name.