Wilfred / suggest.el

discover elisp functions that do what you want
367 stars 14 forks source link

Suggest mapping function too #17

Open Wilfred opened 7 years ago

Wilfred commented 7 years ago

E.g. it would be nice to do:

;; Inputs
'((a . 1) (b . 2))

;; Output
'(a b)

;; Figure out
(mapcar #'cons input-here)