aboutsummaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorThanh Vuong <thanhvg@gmail.com>2019-08-17 09:41:46 -0600
committerThanh Vuong <thanhvg@gmail.com>2019-08-17 09:41:46 -0600
commit40eb75bbcf0c0ee7f0432b455fa0b3590059b522 (patch)
tree2d8ec013605dc630ea2b9b60811c19dd5d2e2c93 /Cask
wip
Diffstat (limited to 'Cask')
-rw-r--r--Cask10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cask b/Cask
new file mode 100644
index 0000000..a96ccfe
--- /dev/null
+++ b/Cask
@@ -0,0 +1,10 @@
+(source gnu)
+(source melpa)
+
+;; (package-file "TODO")
+
+(development
+ (depends-on "f")
+ (depends-on "ecukes")
+ (depends-on "ert-runner")
+ (depends-on "el-mock"))