Remove highlight dependency from eval-sexp-fu recipe

This dependency is not needed anymore, see
https://github.com/hchbaw/eval-sexp-fu.el/blob/master/eval-sexp-fu.el#L90.

Furthermore, remove `:auto-generated t` because it's (most probably)
not auto generated and it's the only recipe in the repository, which
has this property set.
This commit is contained in:
Stephan Creutz 2020-12-25 19:57:28 +01:00
parent 6138ce5b0a
commit b95abf9faa

View File

@ -1,7 +1,5 @@
(:name eval-sexp-fu
:auto-generated t
:type github
:pkgname "hchbaw/eval-sexp-fu.el"
:depends (highlight)
:description "Tiny functionality enhancements for evaluating sexps."
:website "https://github.com/hchbaw/eval-sexp-fu.el")