There was an error while loading. Please reload this page.
1 parent 27d6612 commit 2f175e3Copy full SHA for 2f175e3
slime-helper.lisp
@@ -5,6 +5,9 @@
5
(:export #:install)
6
(:shadowing-import-from #:alexandria
7
#:copy-file)
8
+ (:shadowing-import-from #:ql-dist
9
+ #:ensure-installed
10
+ #:find-system)
11
(:shadowing-import-from #:ql-setup
12
#:qmerge))
13
@@ -16,6 +19,7 @@
16
19
:type "el"))
17
20
(target (qmerge "slime-helper.el")))
18
21
(copy-file source target)
22
+ (ensure-installed (find-system "swank"))
23
(format t "~&slime-helper.el installed in ~S~%~%"
24
(namestring target))
25
(let ((enough (enough-namestring target (user-homedir-pathname))))
0 commit comments