Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SBCL initialization file

Tags:

emacs

lisp

sbcl

I would like to know where I should save my .sbclrc file. I tried saving it in my .sbcl folder, but it doesn't seem to be working. I'm using Windows XP with Emacs version 23.

I'm trying to set up asdf-install, that is why I'm mucking around with the initialization file.

Thanks for your time.

like image 979
jack the lesser Avatar asked Feb 11 '10 16:02

jack the lesser


1 Answers

What is the result of evaluating this in the repl:

(SB-IMPL::USERINIT-PATHNAME)
like image 53
huaiyuan Avatar answered Nov 01 '22 10:11

huaiyuan