From ea451f20e69247903151b7a3621520741b594930 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Fri, 1 Dec 2023 14:34:09 +0100 Subject: [PATCH] . --- config.org | 2 +- config.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 3b954f7..7053ea7 100644 --- a/config.org +++ b/config.org @@ -82,7 +82,7 @@ As a sibling to the former, the variable ~%local-swap~ does the same with the sw (let* ((os-list (read port)) (os-list-length (length os-list))) (eval - (cdr + (cadr (list-ref os-list (- os-list-length 2))) (interaction-environment)))))) diff --git a/config.scm b/config.scm index de18800..2d5da45 100644 --- a/config.scm +++ b/config.scm @@ -32,7 +32,7 @@ (let* ((os-list (read port)) (os-list-length (length os-list))) (eval - (cdr + (cadr (list-ref os-list (- os-list-length 2))) (interaction-environment))))))