From 5bad5320032a8fc477e9f2527d23036c41ac023e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 9 Jun 2025 18:31:55 -0400 Subject: Update --- src/gizmo/wasp-biblicality.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gizmo/wasp-biblicality.el') diff --git a/src/gizmo/wasp-biblicality.el b/src/gizmo/wasp-biblicality.el index db169337..c9b8cb44 100644 --- a/src/gizmo/wasp-biblicality.el +++ b/src/gizmo/wasp-biblicality.el @@ -21,8 +21,7 @@ (defun w/populate-bible-table () "Populate `w/bible-table' from the Bible text file." (unless w/bible-table - ;; (let* ((bible-string (s-downcase (w/slurp (w/asset "bible.txt")))) - (let* ((bible-string (s-downcase (w/slurp (w/asset "medical.txt")))) + (let* ((bible-string (s-downcase (w/slurp (w/asset "bible.txt")))) (bible-string-nosyms (replace-regexp-in-string "[^[:alpha:]]" " " bible-string)) (bible-words (s-split-words bible-string-nosyms)) (ret (ht-create))) -- cgit v1.2.3