Skip to content

Instantly share code, notes, and snippets.

@ollelauribostrom
Created February 25, 2018 00:43
Show Gist options
  • Save ollelauribostrom/35d653e937b0028a787b6ee029f658ef to your computer and use it in GitHub Desktop.
Save ollelauribostrom/35d653e937b0028a787b6ee029f658ef to your computer and use it in GitHub Desktop.
Quicklisp: Load Local Project
;; SRC: https://www.darkchestnut.com/2016/quicklisp-load-personal-projects-from-arbitrary-locations/
(pushnew (truename "/projects/app/") ql:*local-project-directories* )
(ql:register-local-projects)
(ql:quickload :app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment