summaryrefslogtreecommitdiff
path: root/wasp.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-03-23 02:38:12 -0400
committerLLLL Colonq <llll@colonq>2024-03-23 02:38:12 -0400
commit8e9db9303fc5d72ddfdc9ab4a9adaa8299e6e21a (patch)
tree4c516a7facdbb599649eec2b4e61ff70307bddd6 /wasp.el
Initial commit
Diffstat (limited to 'wasp.el')
-rw-r--r--wasp.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/wasp.el b/wasp.el
new file mode 100644
index 00000000..92492495
--- /dev/null
+++ b/wasp.el
@@ -0,0 +1,11 @@
+;;; wasp --- We Are So (back), 'Puter -*- lexical-binding: t; -*-
+;;; Commentary:
+;;; Code:
+
+(require 'f)
+
+(add-to-list 'load-path (f-canonical "./src/"))
+(require 'wasp-utils)
+
+(provide 'wasp)
+;;; wasp.el ends here