Define default external format for sbcl
This commit is contained in:
parent
f1563b9f8b
commit
328ceaea9b
1 changed files with 2 additions and 1 deletions
|
@ -514,7 +514,8 @@ write_files:
|
|||
defer: True
|
||||
content: |
|
||||
;;; -*- lisp -*-
|
||||
(sb-ext:set-sbcl-source-location "~/sbcl/")
|
||||
(setf sb-ext:*default-external-format* :utf-8)
|
||||
(sb-ext:set-sbcl-source-location #P"~/sbcl/")
|
||||
|
||||
- path: /home/cl/lisp_01_setup_sbcl.sh
|
||||
owner: 'cl:cl'
|
||||
|
|
Loading…
Add table
Reference in a new issue