aboutsummaryrefslogtreecommitdiffstats
path: root/oni-twig
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-20 00:40:40 -0700
committerGravatar Tom Willemse2020-03-20 10:48:56 -0700
commit74a20197dff6e5113412ddc1d4b2a6aa4aa9d452 (patch)
treedb90f3dc831cb64663348f20b31932f0a4f6997c /oni-twig
parent9d0d6776c170894a36a70cd0ebd678438f3243b1 (diff)
downloademacs-config-74a20197dff6e5113412ddc1d4b2a6aa4aa9d452.tar.gz
emacs-config-74a20197dff6e5113412ddc1d4b2a6aa4aa9d452.zip
Remove dependency declarations from Cask files
The dependencies are also in the package files themselves and are the actual source of truth. The way I’ve reorganized the stages should mean that this isn’t necessary anymore.
Diffstat (limited to 'oni-twig')
-rw-r--r--oni-twig/Cask3
1 files changed, 0 insertions, 3 deletions
diff --git a/oni-twig/Cask b/oni-twig/Cask
index cf1a2a3..ffb9491 100644
--- a/oni-twig/Cask
+++ b/oni-twig/Cask
@@ -3,9 +3,6 @@
(package-file "./oni-twig.el")
-(depends-on "twig-mode")
-(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
-
(files
"*.el"
("snippets" "./snippets/*"))