diff options
author | Philip K <philip@warpmail.net> | 2020-03-28 13:14:28 +0100 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2020-03-28 13:14:28 +0100 |
commit | 98193d3bbb3538eda457d0db4ccccbcc4b04ce3d (patch) | |
tree | c1e995c04aecc7297dae7ca6e551b7aed282bc5c /contrib/emacs/Cask | |
parent | 88936b11aff49e48f79842e4628c55620e0ad736 (diff) | |
download | pass-98193d3bbb3538eda457d0db4ccccbcc4b04ce3d.tar.gz pass-98193d3bbb3538eda457d0db4ccccbcc4b04ce3d.tar.bz2 pass-98193d3bbb3538eda457d0db4ccccbcc4b04ce3d.zip |
emacs: Drop dependency on f library
The "f" library is a rather thin translation layer for already
existing Emacs functions. Most functions directly map to an already
existing function (eg. "f-no-ext" and "file-name-sans-extension"). For
this reason, removing "f" comes at no cost while reducing the number
of dependencies one has to count on and the user has to install.
Co-authored-by: Tino Calancha <tino.calancha@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | contrib/emacs/Cask | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/emacs/Cask b/contrib/emacs/Cask index f46b166..050e054 100644 --- a/contrib/emacs/Cask +++ b/contrib/emacs/Cask @@ -4,7 +4,6 @@ (package-file "password-store.el") (development - (depends-on "f") (depends-on "with-editor") (depends-on "ecukes") (depends-on "ert-runner") |