dot/lisp-init.lisp: CMU CL already has a `search list' called `HOME'.
[profile] / dot / lisp-init.lisp
index e060815..14bdac3 100644 (file)
@@ -30,6 +30,7 @@
            ("SYS:CONTRIB;**;*.*.*" ,(#2# "contrib/**/*.*"))))))
 
 #+sbcl (require :sb-posix)
+#+cmu (ext:clear-search-list "HOME")
 #+(and unix (or sbcl cmu))
 (let ((#1=#:home (pathname (concatenate 'string
                                        (or #+sbcl (sb-posix:getenv "HOME")