From 7580743ec9c09d571bce8c986be03419efa8b2ef Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 9 Mar 2008 09:44:05 +0100 Subject: [PATCH] added my eeepc as a dev host. TODO: Need generic init code! --- init.lisp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.lisp b/init.lisp index 67624ce..95685e2 100644 --- a/init.lisp +++ b/init.lisp @@ -29,14 +29,17 @@ ;; #p"/home/tony/sandbox/CommonLispStat.git/" ;; #p"/cygdrive/c/local/sandbox/Lisp/CommonLispStat/" ;; #p"/Users/ungil/lisp/CommonLispStat/") - #p"/home/rossini/public_html/GIT.repos/CommonLispStat/" + ;; #p"/home/rossini/public_html/GIT.repos/CommonLispStat/" + #p"/home/user/sandbox/CommonLispStat/" "Value considered \"home\" for our data") (setf *lispstat-home-dir* ;; #p"/cygdrive/c/local/sandbox/Lisp/CommonLispStat/" ;; #p"/home/tony/sandbox/CommonLispStat.git/" ;; #p"/Users/ungil/lisp/CommonLispStat/") - #p"/home/rossini/public_html/GIT.repos/CommonLispStat/") + ;; #p"/home/rossini/public_html/GIT.repos/CommonLispStat/" + #p"/home/user/sandbox/CommonLispStat/" + ) (defmacro ls-dir (root-str) `(pathname (concatenate 'string (namestring *lispstat-home-dir*) ,root-str))) -- 2.11.4.GIT