Make xrepl the default repl if it is installed
This commit is contained in:
parent
046f3eef37
commit
b1adf65fd0
|
@ -12,3 +12,7 @@
|
||||||
(provide (all-from-out racket
|
(provide (all-from-out racket
|
||||||
racket/enter
|
racket/enter
|
||||||
racket/help))
|
racket/help))
|
||||||
|
|
||||||
|
;; Set the default replt to XREPL
|
||||||
|
(with-handlers ([exn:fail? void])
|
||||||
|
(dynamic-require 'xrepl #f))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user