m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs/Cask
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2017-07-26 13:13:41 -0700
committerSvend Sorensen <svend@ciffer.net>2017-07-26 20:52:43 -0700
commit09cb7e1f7c85b0ed0d3c682fee833294050f2c3b (patch)
treeb53a07e06cf9d2036d5e3d140c884dbe0c1c078d /contrib/emacs/Cask
parent38ec1c72e29c872ec0cdde82f75490640d4019bf (diff)
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/Cask2
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"))