Created
February 25, 2018 00:43
-
-
Save ollelauribostrom/35d653e937b0028a787b6ee029f658ef to your computer and use it in GitHub Desktop.
Quicklisp: Load Local Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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