summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2018-03-13 04:10:39 -0400
committerDavid Thompson <davet@gnu.org>2018-03-13 04:10:39 -0400
commit55767210ca51355109398778dfc1bed2c5c066d9 (patch)
treeac13299e9a08afb508e4a5c32471f0426586ff82 /haunt.scm
parent6b83e40852e47305d71c32757ded774199bb9307 (diff)
Remove load path hack.
Diffstat (limited to 'haunt.scm')
-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)