diff options
author | EuAndreh <eu@euandre.org> | 2022-11-17 15:40:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-17 15:40:58 -0300 |
commit | 57ea12b9c55b495893d3a7e5d15b87fa5bebef40 (patch) | |
tree | 720c2c711d811db21f07056daf466a2021013e24 | |
parent | etc/lisp-cli/init.lisp: Load enable verbose quicklisp mode (diff) | |
download | dotfiles-57ea12b9c55b495893d3a7e5d15b87fa5bebef40.tar.gz dotfiles-57ea12b9c55b495893d3a7e5d15b87fa5bebef40.tar.xz |
etc/lisp-cli/init.lisp: Enable verbose QuickLisp mode by default
-rw-r--r-- | etc/lisp-cli/init.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/lisp-cli/init.lisp b/etc/lisp-cli/init.lisp index 75f5540..69cb054 100644 --- a/etc/lisp-cli/init.lisp +++ b/etc/lisp-cli/init.lisp @@ -4,6 +4,8 @@ (when (probe-file quicklisp-init) (load quicklisp-init))) +(setf ql:*quickload-verbose* t) + (defun load-once (p) (let ((k (intern (concatenate 'string |