aboutsummaryrefslogtreecommitdiffstats
path: root/oni-html/Cask
diff options
context:
space:
mode:
Diffstat (limited to 'oni-html/Cask')
-rw-r--r--oni-html/Cask10
1 files changed, 10 insertions, 0 deletions
diff --git a/oni-html/Cask b/oni-html/Cask
new file mode 100644
index 0000000..e6e2ebf
--- /dev/null
+++ b/oni-html/Cask
@@ -0,0 +1,10 @@
+(source gnu)
+(source melpa)
+
+(package-file "./oni-html.el")
+
+(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
+
+(files
+ "*.el"
+ ("snippets" "./snippets/*"))