diff options
Diffstat (limited to 'bin/tissue')
-rwxr-xr-x | bin/tissue | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -153,8 +153,7 @@ Show the text of FILE. (define (load-config) "Load configuration and return <tissue-configuration> object." - (call-with-input-file "tissue.scm" - (compose eval-string get-string-all))) + (load (canonicalize-path "tissue.scm"))) (define tissue-repl (match-lambda* |