refactor(wpcarro/emacs): Remove struct.el dep on s.el

This removes *all* of `struct.el`'s dependencies, which is liberating.

Change-Id: Ic4a2438714ecf547ba5e07a1f0e77d743941073c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6029
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-08-02 13:25:30 -07:00 committed by clbot
parent 8e16730505
commit 844cf6a794
2 changed files with 6 additions and 14 deletions

View file

@ -7,10 +7,7 @@ let
pname = "struct";
version = "1.0.0";
src = ./struct.el;
packageRequires =
(with emacsPackages; [
s
]);
packageRequires = [ ];
})
{ };