diff options
Diffstat (limited to 'common/.config/common-lisp')
3 files changed, 3 insertions, 0 deletions
diff --git a/common/.config/common-lisp/source-registry.conf.d/00-home-src.conf b/common/.config/common-lisp/source-registry.conf.d/00-home-src.conf new file mode 100644 index 0000000..7e9e0a9 --- /dev/null +++ b/common/.config/common-lisp/source-registry.conf.d/00-home-src.conf @@ -0,0 +1 @@ +(:tree (:home "src/lisp/")) diff --git a/common/.config/common-lisp/source-registry.conf.d/01-lab-lisp.conf b/common/.config/common-lisp/source-registry.conf.d/01-lab-lisp.conf new file mode 100644 index 0000000..697ed82 --- /dev/null +++ b/common/.config/common-lisp/source-registry.conf.d/01-lab-lisp.conf @@ -0,0 +1 @@ +(:tree (:home "lab/lisp")) diff --git a/common/.config/common-lisp/source-registry.conf.d/02-slynk.conf b/common/.config/common-lisp/source-registry.conf.d/02-slynk.conf new file mode 100644 index 0000000..ea1e5e8 --- /dev/null +++ b/common/.config/common-lisp/source-registry.conf.d/02-slynk.conf @@ -0,0 +1 @@ +(:tree (:home ".emacs.d/elpa/"))
\ No newline at end of file |