From 782c667e824d426b5443591afeefc37d0ae17785 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 26 Mar 2024 23:34:28 -0400 Subject: We streamed for 9 hours and (mostly) fixed everything. --- src/wasp-hooks.el | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/wasp-hooks.el (limited to 'src/wasp-hooks.el') 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 -- cgit v1.2.3