diff options
-rwxr-xr-x | bin/tissue | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ Show the text of FILE. get-line-dos-or-unix port)))))) -(define* (load-config) +(define (load-config) "Load configuration and return <tissue-configuration> object." (call-with-file-in-git (current-git-repository) "tissue.scm" (compose eval-string get-string-all))) |