summaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2019-10-12 10:26:15 -0700
committerJames N <james@jojojames.com>2020-11-24 12:00:03 -0800
commiteff6f710efdaf44c3ea07b40c2c3c04875d2b97f (patch)
tree090f700671ff6e5c921f677f8fa82033e85659af /Cask
parent04df79eadc952eaa9469094426b008426d3c5bee (diff)
Port over evil-magit
Diffstat (limited to 'Cask')
-rw-r--r--Cask4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cask b/Cask
index 09184ea..c9db627 100644
--- a/Cask
+++ b/Cask
@@ -4,7 +4,9 @@
(package-file "evil-collection.el")
(development
+ (depends-on "evil")
(depends-on "f")
(depends-on "ert-runner")
(depends-on "package-lint")
- (depends-on "annalist"))
+ (depends-on "annalist")
+ (depends-on "magit"))