Add missing Cask file
This commit is contained in:
parent
bf04e2c364
commit
fb371a5dd9
1 changed files with 16 additions and 0 deletions
16
oni-elisp/Cask
Normal file
16
oni-elisp/Cask
Normal file
|
@ -0,0 +1,16 @@
|
|||
(source gnu)
|
||||
(source melpa)
|
||||
|
||||
(package-file "./oni-elisp.el")
|
||||
|
||||
(depends-on "oni-company" :git "../" :files ("oni-company.el"))
|
||||
(depends-on "oni-flycheck" :git "../" :files ("oni-flycheck.el"))
|
||||
(depends-on "oni-paredit" :git "../" :files ("oni-paredit.el"))
|
||||
(depends-on "oni-fci" :git "../" :files ("oni-fci.el"))
|
||||
(depends-on "rainbow-delimiters")
|
||||
(depends-on "nameless")
|
||||
(depends-on "erefactor")
|
||||
|
||||
(files
|
||||
"*.el"
|
||||
("snippets" "./snippets/*"))
|
Loading…
Reference in a new issue