diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-14 01:59:14 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-14 01:59:14 -0500 |
| commit | d293e0a48427a224e4d3c4c4099b604d59ccabcf (patch) | |
| tree | 38a8a57150a35eec49dc8a29eb1dda8530721299 /src/gizmo/wasp-biblicality.el | |
| parent | 83f9a7b14bfb2fc90044d2809485b1c0a39cc841 (diff) | |
Update
Diffstat (limited to 'src/gizmo/wasp-biblicality.el')
| -rw-r--r-- | src/gizmo/wasp-biblicality.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
