From 2e60b2bd5c28fa894ed5355874e23c0055e2eff4 Mon Sep 17 00:00:00 2001 From: hubisan Date: Thu, 25 Jul 2024 21:21:33 +0200 Subject: [PATCH] probiere es mit dwdswb-lesart-def --- woerterbuch.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/woerterbuch.el b/woerterbuch.el index b9b3324..9ce376f 100644 --- a/woerterbuch.el +++ b/woerterbuch.el @@ -249,7 +249,11 @@ the text. Gets the definition from URL `https://www.dwds.de.'" ;; So ging es nicht, z. B. mit Wort ;; kirre ;; "^dwdswb-definition$" - "^dwdswb-definitionen$")))) + ;; Und dies ging nicht mit + ;; jmdn. auf dem Kieker haben + ;; "^dwdswb-definitionen$" + "^dwdswb-lesart-def$" + )))) (when (and (stringp id) (not (string-empty-p text))) (cons id text)))) lesearten)))