diff options
author | EuAndreh <eu@euandre.org> | 2022-09-08 07:16:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-09-08 07:16:18 -0300 |
commit | 7392a64f8f8d0a9ddc90cb46e04de2612c6e9c79 (patch) | |
tree | a25e5d5545f733bdfff76382aeb6fb020ecf2d6a /etc | |
parent | bin/uri: Improve example from help string (diff) | |
download | dotfiles-7392a64f8f8d0a9ddc90cb46e04de2612c6e9c79.tar.gz dotfiles-7392a64f8f8d0a9ddc90cb46e04de2612c6e9c79.tar.xz |
mv etc/sbcl/sbclrc.lisp etc/common-lisp/init.lisp
Diffstat (limited to 'etc')
-rw-r--r-- | etc/common-lisp/init.lisp (renamed from etc/sbcl/sbclrc.lisp) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/sbcl/sbclrc.lisp b/etc/common-lisp/init.lisp index df7f57a..0f01d57 100644 --- a/etc/sbcl/sbclrc.lisp +++ b/etc/common-lisp/init.lisp @@ -1,4 +1,3 @@ -;;; The following lines added by ql:add-to-init-file: #-quicklisp (let ((quicklisp-init (merge-pathnames "dev/quicklisp/setup.lisp" (user-homedir-pathname)))) |