aboutsummaryrefslogtreecommitdiffstats
path: root/guile-compat/compat.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guile-compat/compat.scm')
-rw-r--r--guile-compat/compat.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/guile-compat/compat.scm b/guile-compat/compat.scm
new file mode 100644
index 0000000..5997267
--- /dev/null
+++ b/guile-compat/compat.scm
@@ -0,0 +1,3 @@
+(install-r7rs!)
+(set! %load-extensions (cons ".csc" %load-extensions))
+(add-to-load-path (string-append (dirname (current-filename)) "/lib"))