branch: elpa/geiser-kawa commit 5762c19eb18f6b5d5e38bb356bde7814e4614407 Author: spellcard199 <spellcard...@protonmail.com> Commit: spellcard199 <spellcard...@protonmail.com>
Cask file: add buttercup dep + copyright --- Cask | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Cask b/Cask index 2f7f285..921ae5f 100644 --- a/Cask +++ b/Cask @@ -1,6 +1,16 @@ +;;-*- Mode: Emacs-Lisp -*- +;;; Cask --- geiser-kawa project definition + +;; Copyright (C) 2019 spellcard199 <spellcard...@protonmail.com> + (source gnu) (source melpa) (package-file "elisp/geiser-kawa.el") -(files "elisp/*") \ No newline at end of file +(files "elisp/*") + +(development + (depends-on "buttercup")) + +;;; Cask ends here