summaryrefslogtreecommitdiff
path: root/Cask
blob: 1ac0ff57475c540d1db0646ffc77e79914798c91 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; Tell Cask to add package information to this file (so that we can have a
;; single file package).
(package-file "terminal-here.el")

(source gnu)
(source melpa-stable)

(development
 (depends-on "ert-runner")
 (depends-on "el-mock")
 (depends-on "package-lint")

 ;; For testing defcustom types
 (depends-on "validate"))