This commit is contained in:
Thomas von Dein
2017-07-18 19:13:55 +02:00
parent 2d193cbd29
commit 7aa34c2070
2 changed files with 28 additions and 0 deletions

8
Cask Normal file
View File

@@ -0,0 +1,8 @@
;; -*-emacs-lisp-*-
(source gnu)
(source melpa)
(package-file "autoscratch.el")
(development
(depends-on "package-lint")
(depends-on "ert")
(depends-on "ert-runner"))