small tweaks

This commit is contained in:
Matt Nish-Lapidus 2024-07-30 13:41:30 -04:00
parent e53ae9cfe0
commit 9a3e8a3535
3 changed files with 6 additions and 3 deletions

View file

@ -189,7 +189,7 @@
;; sly
(after! sly
(setq sly-lisp-implementations
'((sbcl ("sbcl" "--dynamic-space-size" "12000"))
'((sbcl ("sbcl" "--dynamic-space-size" "4Gb"))
(ciel ("sbcl" "--core" "/Users/emenel/quicklisp/local-projects/CIEL/ciel-core" "--eval" "(in-package :ciel-user)" "--dynamic-space-size" "2600"))))
(setq sly-default-lisp 'sbcl)
(setq sly-complete-symbol-function 'sly-flex-completions))