X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/c4e34468df5e5ee2b5f5faef734056aadb967c38..5f56828b10dec7c56d85ffcd6e686ee39d91685b:/dot/lisp-init.lisp diff --git a/dot/lisp-init.lisp b/dot/lisp-init.lisp index fdb2229..6f5de00 100644 --- a/dot/lisp-init.lisp +++ b/dot/lisp-init.lisp @@ -40,7 +40,10 @@ (let ((#1=#:home (pathname (concatenate 'string "/home/mdw") "/")))) (setf (logical-pathname-translations "HOME") - `(("HOME:**;*.*.*" ,(merge-pathnames "**/*.*" #1# nil))))) + `(("HOME:**;*.*.*" ,(merge-pathnames "**/*.*" #1# nil))) + (logical-pathname-translations "CL") + '(("CL:SOURCE;**;*.*.*" #p"/usr/share/common-lisp/source/**/*.*") + ("CL:SYSTEMS;**;*.*.*" #p"/usr/share/common-lisp/systems/**/*.*")))) ;; Various fixings. #+clisp (setf custom:*parse-namestring-ansi* t)