diff options
| author | 2016-11-04 19:48:41 +0100 | |
|---|---|---|
| committer | 2016-11-04 19:48:41 +0100 | |
| commit | 63e156538d800c28f45785fd7373ebbcc5f86102 (patch) | |
| tree | 6be955af05cfdb93ac821989605bbfca8b4f2e50 | |
| parent | 132ebae3fd9f132e3918efb51faa31717fd04268 (diff) | |
| download | circe-serenity-63e156538d800c28f45785fd7373ebbcc5f86102.tar.gz circe-serenity-63e156538d800c28f45785fd7373ebbcc5f86102.zip | |
Add Cask file
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .projectile | 1 | ||||
| -rw-r--r-- | Cask | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..176df11 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.cask diff --git a/.projectile b/.projectile new file mode 100644 index 0000000..c484ef9 --- /dev/null +++ b/.projectile @@ -0,0 +1 @@ +-/.cask @@ -0,0 +1,4 @@ +(source gnu) +(source melpa) + +(depends-on "circe") |
