X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/0a7f6970608262f399c9c6ec6eea16576eaf3290..4ecc8e686b58c7137f9a9e1b2373b40cabb22ef7:/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")