Set codign system for sbcl
This commit is contained in:
parent
4c1cfc7c33
commit
4cd1eaea02
1 changed files with 3 additions and 1 deletions
|
@ -12,12 +12,14 @@
|
|||
slime-editing-commands
|
||||
slime-sbcl-exts))
|
||||
|
||||
;; To create a slime specific sbcl image:
|
||||
;; shell$ sbcl
|
||||
;; * (mapc 'require '(sb-bsd-sockets sb-posix sb-introspect sb-cltl2 asdf))
|
||||
;; * (save-lisp-and-die "sbcl.core-for-slime")
|
||||
(let ((image-path (expand-file-name "~/sbcl.core-for-slime")))
|
||||
(setq slime-lisp-implementations
|
||||
`((sbcl ("sbcl" "--core" ,image-path)))))
|
||||
`((sbcl ("sbcl" "--core" ,image-path)
|
||||
:coding-system utf-8-unix))))
|
||||
|
||||
(defvar mk/hyperspec-dir-locations
|
||||
'("d:/visua/projects/personal/lisp-docs/HyperSpec-7-0/HyperSpec/"
|
||||
|
|
Loading…
Add table
Reference in a new issue