Fork me on GitHub
#emacs
<
2016-11-08
>
jonpither12:11:48

I have a map of data in an EDN file... how do I layout it nicely so the keys values lineup?

mitchelkuijpers12:11:02

@jonpither cider-format-edn-buffer?

jonpither12:11:42

close - I have a vector of individual maps and I'd like the keys of those maps to line up.... think I may be asking too much

mitchelkuijpers12:11:01

they have something

mitchelkuijpers12:11:04

is that what you mean? @jonpither

jonpither12:11:19

it doesn't work because the key/vals are spread across diff maps

statonjr12:11:17

@ag I have a GitLab project that I need to push to MELPA. I hope to do it after I test against org-mode 9.0.

benedek16:11:05

would perhaps align-regexp help @jonpither ?

jonpither16:11:53

Yep it does thanks!

benedek16:11:59

no worries