mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-04 03:21:06 -08:00
Use also ~/.ecl[.lsp] as initialization file
This commit is contained in:
parent
474c37f933
commit
fde3e12c66
1 changed files with 1 additions and 3 deletions
|
|
@ -32,9 +32,7 @@
|
|||
(defvar // nil "The list of all values of the last-but-one top-level form.")
|
||||
(defvar /// nil "The list of all values of the last-but-two top-level form.")
|
||||
|
||||
; Can't use ~ on Solaris 2:
|
||||
;(defvar *lisp-init-file-list* '("./init" "~/.ecl"))
|
||||
(defvar *lisp-init-file-list* '("./init")
|
||||
(defvar *lisp-init-file-list* '("./init" "home:.ecl")
|
||||
"List of files automatically loaded when ECL is invoked.")
|
||||
|
||||
(defvar *quit-tag* (cons nil nil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue