Fork me on GitHub
#editors
<
2015-07-15
>
jwm00:07:47

hmm you'd think json would be the easiest file format to highlight

jwm00:07:52

or one of anyway

jwm00:07:14

you've got json-mode, json-reformat, built in json.el since 2008

mattly01:07:11

this is one of the things I’ve found really lacking with emacs vs. vim

bozhidar05:07:18

everything that doesn’t exist can obviously be written

bozhidar05:07:28

it’s just a matter of urgency

colin.yates16:07:39

I had a really weird experience - my app works fine from Lein and the terminal, however if I jacked in or connected to the REPL started in a terminal from emacs the app wouldn’t start. I am using Stuart Sierra’s component library and the system wouldn’t start because it couldn’t find a dependency…very bizarre.

colin.yates16:07:01

I haven’t got time to narrow it down but has anyone else experienced this?

seancorfield20:07:43

@colin.yates: did you figure that out? Was it a middleware conflict?