summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-alert-message.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/gizmo/wasp-alert-message.el')
-rw-r--r--src/gizmo/wasp-alert-message.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gizmo/wasp-alert-message.el b/src/gizmo/wasp-alert-message.el
index fcd8f6b3..fb80f002 100644
--- a/src/gizmo/wasp-alert-message.el
+++ b/src/gizmo/wasp-alert-message.el
@@ -12,10 +12,10 @@
(defconst
w/alert-message-phrases
(list
- "hi :3"
- "Chat seems active. Considerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr"
- "Witscord The Game 2025"
- ))
+ "hi :3"
+ "Chat seems active. Considerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr"
+ "Witscord The Game 2025"
+ ))
(defcustom w/alert-message-buffer "*wasp-alert-message*"
"Name of buffer used to display alert message."
@@ -49,8 +49,8 @@
(cancel-timer w/alert-message-timer))
(w/render-alert-message)
(setq
- w/alert-message-timer
- (run-with-timer 10 nil #'w/run-alert-message-timer)))
+ w/alert-message-timer
+ (run-with-timer 10 nil #'w/run-alert-message-timer)))
(w/run-alert-message-timer)
(provide 'wasp-alert-message)