From 3b157cc458fa7020bfda9a8d6d23c0acde13cdf4 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 23 Mar 2008 18:37:15 +0100 Subject: [PATCH] changed path, still need to auto-detect it --- init.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lisp b/init.lisp index 4b4ca89..47fd2c8 100644 --- a/init.lisp +++ b/init.lisp @@ -30,7 +30,7 @@ ;; #p"/cygdrive/c/local/sandbox/Lisp/CommonLispStat/" ;; #p"/Users/ungil/lisp/CommonLispStat/") ;; #p"/home/rossini/public_html/GIT.repos/CommonLispStat/" - #p"/home/user/sandbox/CommonLispStat/" + #p"/home/user/sandbox/CLS.git/" "Value considered \"home\" for our data") (setf *lispstat-home-dir* @@ -38,7 +38,7 @@ ;; #p"/home/tony/sandbox/CommonLispStat.git/" ;; #p"/Users/ungil/lisp/CommonLispStat/") ;; #p"/home/rossini/public_html/GIT.repos/CommonLispStat/" - #p"/home/user/sandbox/CommonLispStat/" + #p"/home/user/sandbox/CLS.git/" ) (defmacro ls-dir (root-str) -- 2.11.4.GIT