1
0
Fork 0
emacs-config/oni-conf/Cask
Tom Willemse 58caf38935 Add ‘oni-conf’ and the ability to upload multi-file packages
‘oni-conf’ is the first package to include more than one file, it’s mostly a
package to allow distributing snippets.
2019-08-20 00:21:12 -07:00

10 lines
175 B
Text

(source gnu)
(source melpa)
(package-file "./oni-conf.el")
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
(files
"*.el"
("snippets" "./snippets/*"))