Advertisement
Guest User

sbclrc

a guest
Oct 14th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.19 KB | None | 0 0
  1. (let ((quicklisp-init (merge-pathnames "/quicklisp/setup.lisp"
  2.                                        (user-homedir-pathname))))
  3.   (when (probe-file quicklisp-init)
  4.     (load quicklisp-init)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement