aboutsummaryrefslogtreecommitdiffstats
path: root/sbcl
Commit message (Collapse)AuthorAgeFilesLines
* sbcl: Make ‘C-d’ quit the REPL on an empty lineGravatar Tom Willemse19 hours1-2/+10
| | | | | | I'm quite used to typing in ‘C-d’ to quit any kind of REPL. Most accept that an EOF marker showing up means that it's time to quit. SBCL (with linedit) just reports that it's happened. This change makes it work the way I prefer again.
* sbcl: Fix quicklisp pathGravatar Tom Willemse19 hours1-1/+1
| | | | | | Once upon a time I'd installed Quicklisp into ‘~/.local/share/quicklisp’ instead of the default ‘~/quicklisp’ and I forgot that I had to do this manually. I'm probably better off just using the default value.
* sbcl: Rename .sbclrc -> sbclrcGravatar Tom Willemse19 hours1-0/+0
| | | | Guix doesn't allow files starting with a . to be used by ‘local-file’.
* Add SBCL configurationGravatar Tom Willemse2020-04-131-0/+18