dot/lisp-init.lisp: Don't override `HOME:' in CMUCL after all.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 28 Dec 2015 14:26:29 +0000 (14:26 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 28 Dec 2015 14:26:29 +0000 (14:26 +0000)
It's too painful.

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")