aboutsummaryrefslogtreecommitdiffstats
path: root/oni-haml/Cask
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-27 23:09:07 -0700
committerGravatar Tom Willemse2019-08-27 23:09:07 -0700
commit570ba98fbc6ff9f12ce4b9bc78dca687a71d122a (patch)
tree0119c974cf4415123fbbae44232eab3ab0f1afa2 /oni-haml/Cask
parentb3123f8d11f68dbd27def9a87f60d56215995e38 (diff)
downloademacs-config-570ba98fbc6ff9f12ce4b9bc78dca687a71d122a.tar.gz
emacs-config-570ba98fbc6ff9f12ce4b9bc78dca687a71d122a.zip
Add oni-haml
This is just an empty package adding some extra snippets for HAML.
Diffstat (limited to 'oni-haml/Cask')
-rw-r--r--oni-haml/Cask10
1 files changed, 10 insertions, 0 deletions
diff --git a/oni-haml/Cask b/oni-haml/Cask
new file mode 100644
index 0000000..a7bc65b
--- /dev/null
+++ b/oni-haml/Cask
@@ -0,0 +1,10 @@
+(source gnu)
+(source melpa)
+
+(package-file "./oni-haml.el")
+
+(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
+
+(files
+ "*.el"
+ ("snippets" "./snippets/*"))