mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-05 23:29:27 +01:00
update cl-repl init file
This commit is contained in:
parent
f31994f491
commit
4460f34a41
1 changed files with 2 additions and 1 deletions
3
.replrc
3
.replrc
|
@ -11,7 +11,8 @@
|
|||
"Start a SWANK server."
|
||||
(ql:quickload :swank)
|
||||
;; Needs to be an eval since swank package isn't loaded at compile-time
|
||||
(eval "(swank:create-server :dont-close t)"))
|
||||
(let ((port (eval (read-from-string "(swank:create-server :dont-close t)"))))
|
||||
(cl-repl:message-from-magic "Started SWANK server on port ~A" port)))
|
||||
|
||||
;; Remove bullshit commands
|
||||
(delete-if
|
||||
|
|
Loading…
Reference in a new issue