aboutsummaryrefslogtreecommitdiffstats
path: root/oni-css/Cask
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-05-25 00:03:46 -0700
committerGravatar Tom Willemse2023-05-25 00:03:46 -0700
commite8ac8c46872bf1a7735ccbc6cf8ab74eb52a32d2 (patch)
treeb457c451d08882319896dc3cfe05d3975ddd71b0 /oni-css/Cask
parent434a811056792aa4ddac996a7adab4b9716fe946 (diff)
downloademacs-config-e8ac8c46872bf1a7735ccbc6cf8ab74eb52a32d2.tar.gz
emacs-config-e8ac8c46872bf1a7735ccbc6cf8ab74eb52a32d2.zip
Replace all Cask files with Eldev files
I'm working on moving my build setup to my own laminar[1] instance. To do this I need to be able to package files up. It appears that I couldn't quite get Cask to work, and Eldev exists in the Guix[2] package repository. [1]: https://laminar.ryuslash.org/ [2]: https://guix.gnu.org/
Diffstat (limited to 'oni-css/Cask')
-rw-r--r--oni-css/Cask8
1 files changed, 0 insertions, 8 deletions
diff --git a/oni-css/Cask b/oni-css/Cask
deleted file mode 100644
index 40766c6..0000000
--- a/oni-css/Cask
+++ /dev/null
@@ -1,8 +0,0 @@
-(source gnu)
-(source melpa)
-
-(package-file "./oni-css.el")
-
-(files
- "*.el"
- ("snippets" "./snippets/*"))