From f2c710974c2ff700c69e495ff07bd413f6415162 Mon Sep 17 00:00:00 2001 From: m455 Date: Mon, 15 Jun 2020 23:53:41 -0400 Subject: [PATCH] fixed unbound identifier haha --- src/nicethings.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nicethings.rkt b/src/nicethings.rkt index 175e17a..2c30fc8 100644 --- a/src/nicethings.rkt +++ b/src/nicethings.rkt @@ -9,7 +9,7 @@ ;; values ;; ------------------------------------------------ (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