dot/lisp-init.lisp: Turns out SBCL has a magic function to set `SYS'.
[profile] / dot / guile
... / ...
CommitLineData
1;;; Guile configuration -*-scheme-*-
2
3(use-modules (ice-9 readline) (ice-9 history))
4(activate-readline)