diff options
author | William Carroll <wpcarro@gmail.com> | 2022-07-30T01·56-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-07-30T02·01+0000 |
commit | 8989dad5ed88d55e24d5f3047597053232068c11 (patch) | |
tree | e1d6115958321dabef838dd869611981071ffc85 /users/wpcarro/emacs/default.nix | |
parent | 7410928b5bddc12b488b102315260129565ed7ef (diff) |
feat(wpcarro/emacs): Package string.el r/4347
Mostly just a wrapper around s.el (for now?). Eventually I'd like to prune the dependency on dash.el (and maybe s.el). Change-Id: I5c2ba256524bedd93fcd13933fdbd95b1ddff6f8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6002 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/emacs/default.nix')
-rw-r--r-- | users/wpcarro/emacs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix index af8198d51cba..78d3b1b371bb 100644 --- a/users/wpcarro/emacs/default.nix +++ b/users/wpcarro/emacs/default.nix @@ -29,6 +29,7 @@ let list maybe set + string struct zle ]) ++ |