editors

Discussion about all editors used for Clojure/ClojureScript
2015-07-15T00:50:47.001570Z

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

2015-07-15T00:50:52.001571Z

or one of anyway

2015-07-15T00:52:14.001572Z

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

mattly 2015-07-15T01:25:11.001573Z

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

bozhidar 2015-07-15T05:40:18.001574Z

everything that doesn’t exist can obviously be written

bozhidar 2015-07-15T05:40:28.001575Z

it’s just a matter of urgency

bozhidar 2015-07-15T05:40:35.001576Z

:simple_smile:

colin.yates 2015-07-15T16:02:39.001577Z

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.yates 2015-07-15T16:03:01.001578Z

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

seancorfield 2015-07-15T20:09:43.001580Z

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