From f8b496e6603359d18d233b18edb2272d5e9bf184 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 13 Oct 2022 20:46:35 -0700 Subject: [PATCH] =?UTF-8?q?Change=20location=20=E2=80=98config.scm?= =?UTF-8?q?=E2=80=99=20looks=20for=20machine-specific=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.scm b/config.scm index ca126d8..a82cfa0 100644 --- a/config.scm +++ b/config.scm @@ -1,3 +1,3 @@ (add-to-load-path (dirname (current-filename))) -(load-from-path (string-append "oni/home/" (gethostname) "/config.scm")) +(load-from-path (string-append "oni/home/config/" (gethostname) ".scm"))