1
0
Fork 0
emacs-config/oni-ruby/Cask
Tom Willemse 74a20197df 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.
2020-03-20 10:48:56 -07:00

8 lines
106 B
Text

(source gnu)
(source melpa)
(package-file "./oni-ruby.el")
(files
"*.el"
("snippets" "./snippets/*"))