Fork me on GitHub
#emacs
<
2016-05-17
>
malabarba03:05:26

@ag I think there's a package called edn.el

ag03:05:54

@malabarba: it doesn't convert though.

plexus08:05:04

@ag there's a json library packaged with Emacs, and an EDN lib in melpa. Shouldn't be too hard to hook those together

plexus08:05:03

@ag there you go

plexus13:05:35

I don't post every emacs hack I do here, but this one is going to help me so much https://github.com/plexus/.emacs.d/blob/master/init.el#L327-L380 --> edit code blocks in markdown as you would do in org-mode, so press C-c ' to get a buffer with just the source and the right major mode, make edits, press C-c ' again to return

plexus13:05:56

will become a melpa package in due time probably

ag19:05:38

@plexus: wow, thanks a bunch!

plexus19:05:05

My pleasure!