diff options
| author | LLLL Colonq <llll@colonq> | 2024-03-23 02:38:12 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-03-23 02:38:12 -0400 |
| commit | 8e9db9303fc5d72ddfdc9ab4a9adaa8299e6e21a (patch) | |
| tree | 4c516a7facdbb599649eec2b4e61ff70307bddd6 /wasp.el | |
Initial commit
Diffstat (limited to 'wasp.el')
| -rw-r--r-- | wasp.el | 11 |
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 |
