diff options
author | 2014-04-23 22:12:57 +0200 | |
---|---|---|
committer | 2014-04-23 22:13:22 +0200 | |
commit | 47a1f0897313bbde85051e939af0fc8220feb175 (patch) | |
tree | 7b10d1d2443560df7c830845097ee0452b68957f /contrib/emacs/Cask | |
parent | makefile: add force all flag to enable all features (diff) | |
download | password-store-47a1f0897313bbde85051e939af0fc8220feb175.tar.xz password-store-47a1f0897313bbde85051e939af0fc8220feb175.zip |
emacs: import svend's tree
Diffstat (limited to '')
-rw-r--r-- | contrib/emacs/Cask | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/emacs/Cask b/contrib/emacs/Cask new file mode 100644 index 0000000..0b666e3 --- /dev/null +++ b/contrib/emacs/Cask @@ -0,0 +1,11 @@ +(source gnu) +(source melpa) + +(package-file "password-store.el") + +(development + (depends-on "f") + (depends-on "s") + (depends-on "ecukes") + (depends-on "ert-runner") + (depends-on "el-mock")) |