Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/profile
[profile] / dot / lisp-init.lisp
index 146b250..7f6e316 100644 (file)
@@ -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")