We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcb037 commit e98cd2aCopy full SHA for e98cd2a
lisp/larsen-slime.el
@@ -18,6 +18,7 @@
18
("<f12>" . slime-selector))
19
:custom
20
(inferior-lisp-program "sbcl")
21
+ (slime-lisp-implementations '(("sbcl" ("sbcl" "--dynamic-space-size" "8192"))))
22
:config
23
(load "~/.quicklisp/clhs-use-local.el" t)
24
(slime-setup '(;; slime-fancy
0 commit comments