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/wasp-chat.el | |
| parent | 83f9a7b14bfb2fc90044d2809485b1c0a39cc841 (diff) | |
Update
Diffstat (limited to 'src/wasp-chat.el')
| -rw-r--r-- | src/wasp-chat.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
