diff options
| author | LLLL Colonq <llll@colonq> | 2025-06-09 18:31:55 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-06-09 18:31:55 -0400 |
| commit | 5bad5320032a8fc477e9f2527d23036c41ac023e (patch) | |
| tree | 0d6643223b94d2e8413c77487b49918a9413b38b /src/gizmo/wasp-biblicality.el | |
| parent | 5d003af92aff89cc600c1125e2e8767fc88b7ae4 (diff) | |
Update
Diffstat (limited to 'src/gizmo/wasp-biblicality.el')
| -rw-r--r-- | src/gizmo/wasp-biblicality.el | 3 |
1 files changed, 1 insertions, 2 deletions
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))) |
