Skip to content

Commit

Permalink
fix ~/ should be ~~/ to print a "~" and not a format directive
Browse files Browse the repository at this point in the history
for #9
  • Loading branch information
vindarel committed Nov 21, 2024
1 parent 8c65e40 commit 47233cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sbclrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
;; You can do this if you are using SBCL in the terminal,
;; but I don't advise to do this when you are using a real IDE like Slime, use the debugger!

(uiop:format! t "*** reminder: we now disable the interactive debugger. Remove this setting from ~/.sbclrc when using Slime or another IDE. *****")
(uiop:format! t "*** reminder: we now disable the interactive debugger. Remove this setting from ~~/.sbclrc when using Slime or another IDE. *****")
(setf *debugger-hook* #'print-condition-hook)


Expand Down

0 comments on commit 47233cb

Please sign in to comment.