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