diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-26 03:23:31 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-26 03:23:31 -0500 |
| commit | 0b95071fe628d91238549b062961e724088d3b8b (patch) | |
| tree | b4cf3ae960e0b52ed014ab4ba423fda1075e5d60 /wasp.el | |
| parent | 6e3c47b1ad746f0891592a97cc6ffb6e0280adbb (diff) | |
Update :4
Diffstat (limited to 'wasp.el')
| -rw-r--r-- | wasp.el | 20 |
1 files changed, 4 insertions, 16 deletions
@@ -10,6 +10,7 @@ (add-to-list 'load-path (f-canonical "./src/contrib/")) (add-to-list 'load-path (f-canonical "~/src/muzak/")) +(add-to-list 'load-path (f-canonical "~/src/soundboard/")) ;; do not open this on stream (require 'wasp-sensitive) @@ -27,10 +28,13 @@ (require 'wasp-chat) (require 'wasp-twitch) (require 'wasp-overlay) +(require 'wasp-auth) +(require 'wasp-setup) ;; gizmos (require 'wasp-pronunciation) (require 'wasp-biblicality) +(require 'wasp-glossary) (require 'wasp-newspaper) (require 'wasp-friend) (require 'wasp-fakechat) @@ -62,22 +66,6 @@ ;; user contrib (require 'muzak) -;; initialization -(w/connect) -(w/db-connect) -(w/create-chat-overlay-frame) -(w/show-chat-overlay-frame nil) -(w/twitch-7tv-update-emotes) -(w/twitch-update-title) - -(w/twitch-run-shoutout-timer) -(w/twitch-run-emote-frame-timer) -(w/run-model-timer) -(w/run-obs-timer) -(w/run-stream-transcribe-timer) - -(w/populate-bible-table) - ;; (defun w/fix-user-database-ok (user) ;; "Fix USER's database entry." ;; (w/user-set user (fig//db2-serialize-old-entry (fig//load-db-old user)))) |
