;;; -*-conf-windows-*- ;;;-------------------------------------------------------------------------- ;;; Top-level configuration. ;; Lisp implementations for which custom images should be dumped by ;; `dump-runlisp-image -a'. Defaults to all installed Lisp implementations. ; dump = sbcl, cmucl, ccl, clisp ;; Lisp implementations to use by preference. Defaults to the order read ;; from the configuration file. Overridden by `$RUNLISP_PREFER' in ;; environment. ; prefer = sbcl, ccl, clisp, ecl, cmucl, sbcl ;; Directory to look for or dump custom images. Defaults to hardcoded ;; directory; overridden by `$RUNLISP_IMAGEDIR' in environment. ; image-dir = /path/to/things ;; Directory to look for additional scripts. Defaults to hardcoded ;; directory; overridden by `$RUNLISP_DATADIR' in environment. ; data-dir = /path/to/things ;; Script to support eval-mode operation. Defaults to ;; `${data-dir}/eval.lisp'; opverridden by `$RUNLISP_EVAL' in environment. ; eval-script = /path/to/script ;;;--------------------------------------------------------------------------