diff options
Diffstat (limited to 'haunt.scm')
-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) |