diff options
author | Svend Sorensen <svend@ciffer.net> | 2017-07-26 13:13:41 -0700 |
---|---|---|
committer | Svend Sorensen <svend@ciffer.net> | 2017-07-26 20:52:43 -0700 |
commit | 09cb7e1f7c85b0ed0d3c682fee833294050f2c3b (patch) | |
tree | b53a07e06cf9d2036d5e3d140c884dbe0c1c078d /contrib/emacs/Cask | |
parent | 38ec1c72e29c872ec0cdde82f75490640d4019bf (diff) | |
download | pass-09cb7e1f7c85b0ed0d3c682fee833294050f2c3b.tar.gz pass-09cb7e1f7c85b0ed0d3c682fee833294050f2c3b.tar.bz2 pass-09cb7e1f7c85b0ed0d3c682fee833294050f2c3b.zip |
emacs: Use with-editor to wrap "pass edit"
Instead of editing the password file directly using Emacs, "pass edit" is
run. This allows password-store's git change tracking to work.
This adds a dependency on the with-editor Emacs package.
Diffstat (limited to 'contrib/emacs/Cask')
-rw-r--r-- | contrib/emacs/Cask | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/emacs/Cask b/contrib/emacs/Cask index d595ea7..474611f 100644 --- a/contrib/emacs/Cask +++ b/contrib/emacs/Cask @@ -4,9 +4,9 @@ (package-file "password-store.el") (development - (depends-on "dash") (depends-on "f") (depends-on "s") + (depends-on "with-editor") (depends-on "ecukes") (depends-on "ert-runner") (depends-on "el-mock")) |