7 lines
138 B
Common Lisp
7 lines
138 B
Common Lisp
(in-package #:cl-user)
|
|
|
|
(require '#:asdf)
|
|
|
|
(asdf:initialize-source-registry
|
|
'(:source-registry (:tree :here)
|
|
:inherit-configuration))
|