aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-11-25 15:46:34 +0100
committerÓscar Nájera <hi@oscarnajera.com>2022-11-25 15:49:38 +0100
commit441ec34e32862306f93ae35e924c02185a52d4a9 (patch)
tree6acae9bfe2f0aac66fba2c5a1aa70978dec17990 /home-dots
parentca714d7ce46104bdcd93710aa86719d33a20304d (diff)
downloaddotfiles-441ec34e32862306f93ae35e924c02185a52d4a9.tar.gz
dotfiles-441ec34e32862306f93ae35e924c02185a52d4a9.tar.bz2
dotfiles-441ec34e32862306f93ae35e924c02185a52d4a9.zip
configs
Fix habit logger shortcut Safe variables Python
Diffstat (limited to 'home-dots')
-rw-r--r--home-dots/dot-sbclrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-dots/dot-sbclrc b/home-dots/dot-sbclrc
index a9569d3..e1d2c74 100644
--- a/home-dots/dot-sbclrc
+++ b/home-dots/dot-sbclrc
@@ -2,7 +2,7 @@
;;; The following lines added by ql:add-to-init-file:
#-quicklisp
-(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
+(let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp"
(user-homedir-pathname))))
(when (probe-file quicklisp-init)
(load quicklisp-init)))