From f4dea03a01e95f7c0d72a1c3c49ff87d08a5beac Mon Sep 17 00:00:00 2001
From: rsiddharth <rsiddharth@ninthfloor.org>
Date: Thu, 24 Mar 2016 08:19:11 -0400
Subject: Add note about guile's use-modules

---
 sicp.org | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sicp.org b/sicp.org
index a64fccd..5fde8ae 100644
--- a/sicp.org
+++ b/sicp.org
@@ -8,6 +8,11 @@ begin with simplified, incomplete models. As we examine things in
 greater detail, these simple models become inadequate and must be
 replaced by more refined models.
 #+END_QUOTE
+** guile
+*** use module
+    #+BEGIN_SRC scheme
+    (use-modules (some thing))
+    #+END_SRC
 * exercises
 ** 1
 *** 4
-- 
cgit v1.2.3