Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created August 3, 2014 19:07
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 AeroNotix/7413ab2abf556cc737f2 to your computer and use it in GitHub Desktop.
Save AeroNotix/7413ab2abf556cc737f2 to your computer and use it in GitHub Desktop.
;; -*- mode: common-lisp -*-
;;; The following lines added by ql:add-to-init-file:
#-quicklisp
(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