summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-biblicality.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-01-03 14:41:11 -0500
committerLLLL Colonq <llll@colonq>2025-01-03 14:41:11 -0500
commit83f9a7b14bfb2fc90044d2809485b1c0a39cc841 (patch)
tree01472f7164fa1e3e5c9eae0570d71ff1b52ce751 /src/gizmo/wasp-biblicality.el
parent6628a49b953842a3c358bdf3f5e45284480db0c3 (diff)
Update
Diffstat (limited to 'src/gizmo/wasp-biblicality.el')
-rw-r--r--src/gizmo/wasp-biblicality.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gizmo/wasp-biblicality.el b/src/gizmo/wasp-biblicality.el
index b7c46ed8..ce49a5b4 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 "bible.txt"))))
+ (let* ((bible-string (s-downcase (w/slurp (w/asset "medical.txt"))))
(bible-string-nosyms (replace-regexp-in-string "[^[:alpha:]]" " " bible-string))
(bible-words (s-split-words bible-string-nosyms))
(ret (ht-create)))