fixed unbound identifier haha
parent
e4704f7408
commit
f2c710974c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue