From d293e0a48427a224e4d3c4c4099b604d59ccabcf Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 14 Jan 2025 01:59:14 -0500 Subject: Update --- src/wasp-chat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasp-chat.el') diff --git a/src/wasp-chat.el b/src/wasp-chat.el index 6aedbf10..4fb9be43 100644 --- a/src/wasp-chat.el +++ b/src/wasp-chat.el @@ -296,7 +296,7 @@ Optionally, return the buffer NM in chat mode." (insert (s-replace-all w/chat-substitutions (w/. text msg))) (when (w/. biblicality msg) (let* ((wwidth (- (window-total-width (get-buffer-window (current-buffer))) 3)) - (bible-button-text (format "[medicality %.2f]" (w/. biblicality msg))) + (bible-button-text (format "[biblicality %.2f]" (w/. biblicality msg))) (msgwidth (line-beginning-position)) (lines (+ 1 (/ msgwidth wwidth)))) (insert -- cgit v1.2.3