diff options
| author | EuAndreh <eu@euandre.org> | 2025-12-15 20:30:49 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-12-15 20:30:49 -0300 |
| commit | 35a034b57d6eee8686ac428b7b4b1df35840d858 (patch) | |
| tree | 01f2b5cd5c02d15fafa3d0e8f5aa446fac2a4fbd /etc/lisp-cli | |
| parent | bin/gc: Disable cron gc globally for now (diff) | |
| download | dotfiles-35a034b57d6eee8686ac428b7b4b1df35840d858.tar.gz dotfiles-35a034b57d6eee8686ac428b7b4b1df35840d858.tar.xz | |
rm etc/lisp-cli/init.lisp
Diffstat (limited to 'etc/lisp-cli')
| -rw-r--r-- | etc/lisp-cli/init.lisp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/lisp-cli/init.lisp b/etc/lisp-cli/init.lisp index df7cc23..e69de29 100644 --- a/etc/lisp-cli/init.lisp +++ b/etc/lisp-cli/init.lisp @@ -1,9 +0,0 @@ -#-quicklisp -(let ((quicklisp-init (merge-pathnames "dev/quicklisp/setup.lisp" - (user-homedir-pathname)))) - (when (probe-file quicklisp-init) - (load quicklisp-init))) - -(asdf:load-system :curth) -(use-package :org.euandre.curth) -(named-readtables:in-readtable org.euandre.curth:readtable) |
