From 7392a64f8f8d0a9ddc90cb46e04de2612c6e9c79 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 8 Sep 2022 07:16:18 -0300 Subject: mv etc/sbcl/sbclrc.lisp etc/common-lisp/init.lisp --- etc/common-lisp/init.lisp | 5 +++++ etc/sbcl/sbclrc.lisp | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 etc/common-lisp/init.lisp delete mode 100644 etc/sbcl/sbclrc.lisp diff --git a/etc/common-lisp/init.lisp b/etc/common-lisp/init.lisp new file mode 100644 index 0000000..0f01d57 --- /dev/null +++ b/etc/common-lisp/init.lisp @@ -0,0 +1,5 @@ +#-quicklisp +(let ((quicklisp-init (merge-pathnames "dev/quicklisp/setup.lisp" + (user-homedir-pathname)))) + (when (probe-file quicklisp-init) + (load quicklisp-init))) diff --git a/etc/sbcl/sbclrc.lisp b/etc/sbcl/sbclrc.lisp deleted file mode 100644 index df7f57a..0000000 --- a/etc/sbcl/sbclrc.lisp +++ /dev/null @@ -1,6 +0,0 @@ -;;; The following lines added by ql:add-to-init-file: -#-quicklisp -(let ((quicklisp-init (merge-pathnames "dev/quicklisp/setup.lisp" - (user-homedir-pathname)))) - (when (probe-file quicklisp-init) - (load quicklisp-init))) -- cgit v1.2.3