refactor(notable): Remove dependency on dash

It was only used for #'-each, for which the built-in dolist is sufficient.

Change-Id: I326d8b733b36b2edfebd4e9384e70b8a570fee0f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1987
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Vincent Ambo 2020-09-17 16:26:09 +01:00 committed by tazjin
parent 426a31b7f2
commit 30066b4ba0
2 changed files with 9 additions and 12 deletions

View file

@ -5,7 +5,7 @@ pkgs.emacsPackages.trivialBuild rec {
version = "1.0";
src = ./notable.el;
packageRequires = with pkgs.emacsPackages; [
dash f ht s
f ht s
depot.tools.emacs-pkgs.dottime
];
}