From 09cb7e1f7c85b0ed0d3c682fee833294050f2c3b Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Wed, 26 Jul 2017 13:13:41 -0700 Subject: 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. --- contrib/emacs/Cask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/emacs/Cask') 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")) -- cgit v1.2.3-59-g8ed1b