X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/c94913f2042b9de6f7ea3dc53dd8a8b778e21743..bfdee8c36e31700e3c744c68489cc8de2c4e2c12:/dot/lisp-init.lisp diff --git a/dot/lisp-init.lisp b/dot/lisp-init.lisp index 146b250..7f6e316 100644 --- a/dot/lisp-init.lisp +++ b/dot/lisp-init.lisp @@ -25,8 +25,7 @@ (sb-ext:set-sbcl-source-location #p"/usr/share/sbcl-source/") ;; Tell some Lisps about my home directory. -#+cmu (ext:clear-search-list "HOME") -#+(and unix (or sbcl clisp cmu)) +#+(and unix (or sbcl clisp)) (let* ((#1=#:homestring (or #+sbcl (sb-ext:posix-getenv "HOME") #+clisp (ext:getenv "HOME") #+cmu (unix:unix-getenv "HOME")