Skip to content

Commit 810394e

Browse files
committed
Add Cask file
1 parent fba8c4f commit 810394e

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.elc
2+
/.cask/

Cask

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(package "Cask" "0.0.1" "Store project local variables.")
2+
(source "melpa" "https://melpa.org/packages/")
3+
4+
(package-file "projectile-variable.el")
5+
(depends-on "projectile")

0 commit comments

Comments
 (0)