Skip to content

Instantly share code, notes, and snippets.

@ig88th
Created February 8, 2018 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ig88th/e8c618fbae7e02ef5726456886c46215 to your computer and use it in GitHub Desktop.
Save ig88th/e8c618fbae7e02ef5726456886c46215 to your computer and use it in GitHub Desktop.
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
(user-homedir-pathname))))
(when (probe-file quicklisp-init)
(load quicklisp-init)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment