From 98193d3bbb3538eda457d0db4ccccbcc4b04ce3d Mon Sep 17 00:00:00 2001 From: Philip K Date: Sat, 28 Mar 2020 13:14:28 +0100 Subject: 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 --- contrib/emacs/Cask | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/emacs/Cask') 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") -- cgit v1.2.3-59-g8ed1b