[slime-devel] Setting FASL directory
Stas Boukarev
stassats at gmail.com
Thu Aug 13 15:40:44 UTC 2009
Stas Boukarev <stassats at gmail.com> writes:
> David Neu <david at davidneu.com> writes:
>
>> Hi,
>>
>> I'd like to be able to set the location of the *.fasl files that are
>> ending up in ~/.slime/fasl/..., preferably from my .emacs.
>>
>> I tried setting slime-compile-file-options in my .emacs file as follows
>> (eval-after-load "slime"
>> '(progn
>> (setq slime-compile-file-options (append '(:fasl-directory
>> "/tmp/") slime-compile-file-options))
>> ...))
> Just remove ' before progn.
Disregard that, sorry, i didn't check, i thought it's a macro.
--
With best regards, Stas.
More information about the slime-devel
mailing list