summaryrefslogtreecommitdiff
path: root/src/wasp-hooks.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-03-26 23:34:28 -0400
committerLLLL Colonq <llll@colonq>2024-03-26 23:34:28 -0400
commit782c667e824d426b5443591afeefc37d0ae17785 (patch)
treeae5d232d598e2008bc2cadf32157a4d937b01951 /src/wasp-hooks.el
parent8e9db9303fc5d72ddfdc9ab4a9adaa8299e6e21a (diff)
We streamed for 9 hours and (mostly) fixed everything.
Diffstat (limited to 'src/wasp-hooks.el')
-rw-r--r--src/wasp-hooks.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/wasp-hooks.el b/src/wasp-hooks.el
new file mode 100644
index 00000000..acb4b66c
--- /dev/null
+++ b/src/wasp-hooks.el
@@ -0,0 +1,10 @@
+;;; wasp-hooks --- Assorted hooks -*- lexical-binding: t; -*-
+;;; Commentary:
+;;; Code:
+
+(require 'wasp-utils)
+
+(defvar w/on-message-functions nil)
+
+(provide 'wasp-hooks)
+;;; wasp-hooks.el ends here