aboutsummaryrefslogtreecommitdiff
path: root/home/.sbclrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.sbclrc')
-rw-r--r--home/.sbclrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/home/.sbclrc b/home/.sbclrc
new file mode 100644
index 0000000..6dd45fd
--- /dev/null
+++ b/home/.sbclrc
@@ -0,0 +1,12 @@
1;;;; SBCL Configuration
2;;; FILE : dotfiles.core/home/.sbclrc
3;;; TARGET: ~/.sbclrc
4;;; AUTHOR: tgwil
5
6;; Use Quicklisp
7#-quicklisp
8(let ((quicklisp-init (merge-pathnames "lisp/quicklisp/setup.lisp"
9 (user-homedir-pathname))))
10 (when (probe-file quicklisp-init)
11 (load quicklisp-init)))
12