On Fri, 27 Mar 2020, Philip K wrote:
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. --- contrib/emacs/password-store.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el index ca8ae40..fc53f74 100644 --- a/contrib/emacs/password-store.el +++ b/contrib/emacs/password-store.el @@ -33,7 +33,6 @@
LGTM, pushed here: https://git.zx2c4.com/password-store/commit/contrib/emacs?id=98193d3bbb3538eda457d0db4ccccbcc4b04ce3d Thank you very much! Tino
