mirror of
https://github.com/YunoHost-Apps/turtl_ynh.git
synced 2024-09-03 20:26:35 +02:00
5 lines
165 B
Common Lisp
5 lines
165 B
Common Lisp
|
#-quicklisp
|
||
|
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname))))
|
||
|
(when (probe-file quicklisp-init)
|
||
|
(load quicklisp-init)))
|