mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- allowed a custom init.lisp file in the config user home.
This commit is contained in:
parent
d8d5b9c100
commit
a4d58b665b
@ -123,7 +123,9 @@ etc.) happened"
|
||||
(db-utils:with-ready-database (:connect nil)
|
||||
(complete:initialize-complete-username-cache)
|
||||
(handler-case
|
||||
(modules:load-module +starting-init-file+)
|
||||
(progn
|
||||
(modules:load-sys-module +starting-init-file+)
|
||||
(modules:load-module +starting-init-file+))
|
||||
(error (e)
|
||||
(croatoan:end-screen)
|
||||
(format *error-output* "~a~%" e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user