How to Setup the Path to Local Pakcages ======================================= Author: Momchil Ivanov Date : 2014.05.11 Introduction ------------ This article contains notes on setting up the path to the local packages in quicklisp. Howto ----- The path of the local pakages is to be found in the file: ~/.config/common-lisp/source-registry.conf.d/projects.conf to setup using an absolute path use: (:tree "/home/user/libs/lisp/packages") to setup using a relative path to $HOME use: (:tree (:home "libs/lisp/packages")) Moreover ASDF2 scans by default the directory: ~/.local/share/common-lisp/source/ See also -------- http://xach.livejournal.com/278047.html