m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs/Cask
diff options
context:
space:
mode:
authorPhilip K <philip@warpmail.net>2020-03-28 13:14:28 +0100
committerTino Calancha <tino.calancha@gmail.com>2020-03-28 13:14:28 +0100
commit98193d3bbb3538eda457d0db4ccccbcc4b04ce3d (patch)
treec1e995c04aecc7297dae7ca6e551b7aed282bc5c /contrib/emacs/Cask
parent88936b11aff49e48f79842e4628c55620e0ad736 (diff)
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 'contrib/emacs/Cask')
-rw-r--r--contrib/emacs/Cask1
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")