mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-04-06 18:41:07 +02:00
change swank-repl package name
This commit is contained in:
parent
be7a9b159b
commit
37fda01b51
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
(ros:ensure-asdf)
|
||||
(ql:quickload '(:swank :mondo) :silent t))
|
||||
|
||||
(defpackage :swank-repl
|
||||
(defpackage :swank-mondo-repl
|
||||
(:use :cl))
|
||||
(in-package :swank-repl)
|
||||
(in-package :swank-mondo-repl)
|
||||
|
||||
(defun main (&rest argv)
|
||||
(declare (ignorable argv))
|
||||
|
|
Loading…
Add table
Reference in a new issue