From d293e0a48427a224e4d3c4c4099b604d59ccabcf Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 14 Jan 2025 01:59:14 -0500 Subject: Update --- src/gizmo/wasp-biblicality.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gizmo/wasp-biblicality.el') diff --git a/src/gizmo/wasp-biblicality.el b/src/gizmo/wasp-biblicality.el index ce49a5b4..b7c46ed8 100644 --- a/src/gizmo/wasp-biblicality.el +++ b/src/gizmo/wasp-biblicality.el @@ -21,7 +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 "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