aboutsummaryrefslogtreecommitdiffstats
path: root/oni-nxml
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-nxml
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-nxml')
-rw-r--r--oni-nxml/Cask2
1 files changed, 0 insertions, 2 deletions
diff --git a/oni-nxml/Cask b/oni-nxml/Cask
index f9ee661..d66d955 100644
--- a/oni-nxml/Cask
+++ b/oni-nxml/Cask
@@ -3,8 +3,6 @@
(package-file "./oni-nxml.el")
-(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
-
(files
"*.el"
("snippets" "./snippets/*"))