summaryrefslogtreecommitdiff
path: root/src/wasp-chat.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-06-09 18:31:55 -0400
committerLLLL Colonq <llll@colonq>2025-06-09 18:31:55 -0400
commit5bad5320032a8fc477e9f2527d23036c41ac023e (patch)
tree0d6643223b94d2e8413c77487b49918a9413b38b /src/wasp-chat.el
parent5d003af92aff89cc600c1125e2e8767fc88b7ae4 (diff)
Update
Diffstat (limited to 'src/wasp-chat.el')
-rw-r--r--src/wasp-chat.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasp-chat.el b/src/wasp-chat.el
index dd71cc55..37b0b1e9 100644
--- a/src/wasp-chat.el
+++ b/src/wasp-chat.el
@@ -307,8 +307,8 @@ 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 "[biblicality %.2f]" (w/. biblicality msg)))
- (bible-button-text (format "[medicality %.2f]" (w/. biblicality msg)))
+ (bible-button-text (format "[biblicality %.2f]" (w/. biblicality msg)))
+ ;; (bible-button-text (format "[medicality %.2f]" (w/. biblicality msg)))
;; (bible-button-text (format "[pollicality %.2f]" (w/. biblicality msg)))
(msgwidth (line-beginning-position))
(lines (+ 1 (/ msgwidth wwidth))))