From 0dfee119e46b248ab37c5a93d6b8e850a574a6f3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 10 Sep 2026 23:28:18 -0700 Subject: Tangle init.org before configuring guix on rincewind --- GNUmakefile | 5 +++++ config.scm | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 9652766..5f68660 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -172,6 +172,11 @@ surfingkeys/dist/home.js: surfingkeys/home.ts surfingkeys/dist/punt.js: surfingkeys/punt.ts surfingkeys/home.ts cd surfingkeys && guix shell nodejs -- npx webpack -c webpack.config.js +## Rincewind + +rincewind: \ + emacs/.emacs.d/init.el + ## Diamond Interactive MacOS diamond-interactive: \ diff --git a/config.scm b/config.scm index 194a4b2..9ec8de7 100644 --- a/config.scm +++ b/config.scm @@ -1,8 +1,6 @@ (add-to-load-path (dirname (current-filename))) -(define hostname (gethostname)) - -(system* "make" hostname) +(system* "make" (gethostname)) (load-from-path "secrets.scm") -(load-from-path (string-append "oni/home/config/" hostname ".scm")) +(load-from-path (string-append "oni/home/config/" (gethostname) ".scm")) -- cgit v1.3-2-g0d8e