Wilfred / suggest.el

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

Tweak whitespace on output formatting #12

Closed Wilfred closed 6 years ago

Wilfred commented 8 years ago

For example:

(-partition 2 '(a b c d e f)) ;=> '((a b)
                              ;    (c d)
                              ;    (e f))

I think we should indent the second and third lines by an extra space.