From: Anton V. <avo...@ya...> - 2011-11-01 10:08:45
|
01.11.2011, 14:06, "Anton Vodonosov" <avo...@ya...>: > And another possibility would be to install quicklisp loader (or init file loader) > is CUSTOM:*INIT-HOOKS* (http://www.clisp.org/impnotes/custom-init-fini.html#init-hooks). > > E.e. > (push (lambda () (load (merge-pathnames "my-clisp-init.lisp" (user-homedir-pathname))))) > before saving the image [the code is not tested]. > I mean (push (lambda () (load (merge-pathnames "my-clisp-init.lisp" (user-homedir-pathname)))) CUSTOM:*INIT-HOOKS*) |