From 55767210ca51355109398778dfc1bed2c5c066d9 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 13 Mar 2018 04:10:39 -0400 Subject: Remove load path hack. --- haunt.scm | 6 ------ 1 file changed, 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 ;;; . -(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) -- cgit v1.2.3