Skip to content

Instantly share code, notes, and snippets.

@t-sin
Created August 26, 2015 16:32
Show Gist options
  • Save t-sin/432b59fbc9c614c91c5d to your computer and use it in GitHub Desktop.
Save t-sin/432b59fbc9c614c91c5d to your computer and use it in GitHub Desktop.
ASDF source-registry.conf
sin_clav@dingo:~$ cat .config/common-lisp/source-registry.conf
;; put this file to ~/.config/common-lisp as source-registry.conf
(:source-registry
(:tree (:home ".cim/quicklisp/dists"))
(:tree (:home "opt/cl-systems"))
(:tree (:home "opt/cl-devs"))
:inherit-configuration)
sin_clav@dingo:~$ ll opt/cl-systems/
合計 8
drwxrwxr-x 2 sin_clav sin_clav 4096 8月 27 01:21 ./
drwxrwxr-x 4 sin_clav sin_clav 4096 8月 25 00:24 ../
lrwxrwxrwx 1 sin_clav sin_clav 44 8月 27 01:21 inquisitor.asd -> /home/sin_clav/dev/inquisitor/inquisitor.asd
sin_clav@dingo:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment