Skip to content

Conversation

@sebastiancarlos
Copy link

$ sbcl
This is SBCL 2.5.0, an implementation of ANSI Common Lisp...
* (ql:add-to-init-file)
I will append the following lines to #P"/home/urmom/.sbclrc":
...

$ cat ~/.config/sbcl/sbclrc
(setf sb-ext:*userinit-pathname-function*
      (lambda () "~/.config/sbcl/sbclrc"))
 
$ sbcl --userinit ~/.config/sbcl/sbclrc
This is SBCL 2.5.0, an implementation of ANSI Common Lisp...
* (ql:add-to-init-file)
I will append the following lines to #P"~/.config/sbcl/sbclrc":
...

@quicklisp
Copy link
Owner

quicklisp commented Mar 26, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants