Dynamically set core image path
This commit is contained in:
parent
aed6caa7fc
commit
e5e82d81c3
1 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,9 @@
|
|||
;; shell$ sbcl
|
||||
;; * (mapc 'require '(sb-bsd-sockets sb-posix sb-introspect sb-cltl2 asdf))
|
||||
;; * (save-lisp-and-die "sbcl.core-for-slime")
|
||||
(setq slime-lisp-implementations
|
||||
'((sbcl ("sbcl" "--core" "/home/marcus/sbcl.core-for-slime"))))
|
||||
(let ((image-path (expand-file-name "~/sbcl.core-for-slime")))
|
||||
(setq slime-lisp-implementations
|
||||
`((sbcl ("sbcl" "--core" ,image-path)))))
|
||||
|
||||
(defvar mk/hyperspec-dir-locations
|
||||
'("d:/visua/projects/personal/lisp-docs/HyperSpec-7-0/HyperSpec/"
|
||||
|
|
Loading…
Add table
Reference in a new issue