We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for sharing this library.
Would you be interested in a PR that replaces ht.el with the now built-in map.el?
ht.el
map.el
Aside from dropping a dependency, it should allow directly passing in multi-level maps such as:
(( :foo 1 :items ((:bar 2) (:bar 3) (:bar 4)))
The text was updated successfully, but these errors were encountered:
Sure, I'd be up for that :)
Sorry, something went wrong.
ht
No branches or pull requests
Hi, thanks for sharing this library.
Would you be interested in a PR that replaces
ht.el
with the now built-inmap.el
?Aside from dropping a dependency, it should allow directly passing in multi-level maps such as:
The text was updated successfully, but these errors were encountered: