fixes; first version
[rrq/hourglass.git] / command.lsp
index 3e5094c45a002d2fb808a22a4eecd65735519f43..6045386816eae39d3657562acc8f869e1f85b0d1 100644 (file)
@@ -2,6 +2,8 @@
 # This script is intended as main script for packnl embedding, it
 # dispatches to the command of the first argument.
 
+(load "siteconfig.lsp")
+
 (if (exists file? (list (main-args 1)
                         (string (main-args 1) ".lsp")))
     (load $it)