From 2a9e7a5cfa33ecc9278551e586c332b2c7e0c4f0 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 12 Oct 2023 16:32:12 +0200 Subject: [PATCH] not being stupid --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 3d8e302..9754131 100644 --- a/config.h +++ b/config.h @@ -62,7 +62,7 @@ static Sp scratchpads[] = { {"scratchpad", spcmd1}, {"dropdowncalc", spcmd2}, {"matrix_ethno", spcmd3}, - {"matrix_alpenrunde", spcmd4}, + {"matrix_bocken", spcmd4}, }; /* tagging */ @@ -81,7 +81,7 @@ static const Rule rules[] = { { NULL, "scratchpadterm", NULL, SPTAG(0), 1, -1 }, { NULL, "scratchcalc", NULL, SPTAG(1), 1, -1 }, { NULL, "matrix_ethno", NULL, SPTAG(2), 0, -1 }, - { NULL, "matrix_alpenrunde", NULL, SPTAG(3), 0, -1 }, + { NULL, "matrix_bocken", NULL, SPTAG(3), 0, -1 }, };