diff options
author | David Thompson <davet@gnu.org> | 2018-03-13 04:10:39 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2018-03-13 04:10:39 -0400 |
commit | 55767210ca51355109398778dfc1bed2c5c066d9 (patch) | |
tree | ac13299e9a08afb508e4a5c32471f0426586ff82 | |
parent | 6b83e40852e47305d71c32757ded774199bb9307 (diff) |
Remove load path hack.
-rw-r--r-- | haunt.scm | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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) |