Skip to content

Commit

Permalink
.sbclrc: (user-homedir-pathname) without hardcoded user name
Browse files Browse the repository at this point in the history
for #9
  • Loading branch information
vindarel committed Nov 22, 2024
1 parent 47233cb commit 079b288
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .sbclrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@
;;; The following lines are added by ql:add-to-init-file when you install Quicklisp:
#-quicklisp
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
"/home/vince/"))) ;; <--- warning, hard-coded USER name.
(user-homedir-pathname))))
(when (probe-file quicklisp-init)
(load quicklisp-init)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Disable the interactive debugger
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit 079b288

Please sign in to comment.