Add functions -setq and -let. by rejeep · Pull Request #67 · magnars/dash.el
Hey,
Sometimes I work with key/value lists and I have to do:
(let ((list
'((foo "0.0.1")
(bar "0.0.2")
(baz "0.0.3")
(qux "0...