summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haunt.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/haunt.scm b/haunt.scm
index 589a3a9..d3da8fa 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -14,12 +14,6 @@
;;; along with this program. If not, see
;;; <http://www.gnu.org/licenses/>.
-(define (add-to-load-path* directory)
- (unless (member directory %load-path)
- (add-to-load-path directory)))
-
-(add-to-load-path* "/home/dave/Code/guile-syntax-highlight")
-
(use-modules (haunt asset)
(haunt builder blog)
(haunt builder atom)