aboutsummaryrefslogtreecommitdiffstats
path: root/oni-conf/Cask
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-20 00:21:12 -0700
committerGravatar Tom Willemse2019-08-20 00:21:12 -0700
commit58caf38935554d2bafc16080b6906fbe6902a72c (patch)
tree9dc87a59b4e88ea71f1b4b0936b8d682581338b7 /oni-conf/Cask
parent2d05019aa60ff29776ac26da150628191049489a (diff)
downloademacs-config-58caf38935554d2bafc16080b6906fbe6902a72c.tar.gz
emacs-config-58caf38935554d2bafc16080b6906fbe6902a72c.zip
Add ‘oni-conf’ and the ability to upload multi-file packages
‘oni-conf’ is the first package to include more than one file, it’s mostly a package to allow distributing snippets.
Diffstat (limited to 'oni-conf/Cask')
-rw-r--r--oni-conf/Cask10
1 files changed, 10 insertions, 0 deletions
diff --git a/oni-conf/Cask b/oni-conf/Cask
new file mode 100644
index 0000000..59d947c
--- /dev/null
+++ b/oni-conf/Cask
@@ -0,0 +1,10 @@
+(source gnu)
+(source melpa)
+
+(package-file "./oni-conf.el")
+
+(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
+
+(files
+ "*.el"
+ ("snippets" "./snippets/*"))