fixed unbound identifier haha

This commit is contained in:
m455 2020-06-15 23:53:41 -04:00
parent e4704f7408
commit f2c710974c

View File

@ -9,7 +9,7 @@
;; values ;; values
;; ------------------------------------------------ ;; ------------------------------------------------
(define nicethings-string ".nicethings") (define nicethings-string ".nicethings")
(define nicethings-path (build-path home-directory nicethings-string)) (define nicethings-path (build-path (find-system-path 'home-dir) nicethings-string))
;; ------------------------------------------------ ;; ------------------------------------------------
;; messages ;; messages