Fork me on GitHub
#protorepl
<
2016-06-04
>
naartjie10:06:49

Hi guys, is anyone here using lisp-paredit with proto-repl? Can it be disabled for proto-repl's 'Clojure REPL'? This red is gonna kill mine eyes, hahaha: https://cloudup.com/ceqihX6Zv7L

jasongilman16:06:30

I use it as part of my setup but just for indentation. I never figured out how to turn off that annoying red when unbalance parens are printed. Usually I clear the REPL at that point.

jasongilman16:06:40

It looks like you have color codes in the exception printout. You must have a package enabled for that. If you turn that off you'll see problems far ones often. It's printing [<some color code> which causes the unbalanced parens.

jasongilman16:06:06

I do want to get rid of that ugliness still though.

naartjie19:06:23

Thanks @jasongilman. I think I'll log an issue for a feature suggestion to disable it for some files. Not sure if it will make sense, but if would be cool to disable for 'Clojure REPL' for example. re: color control codes, I think it's timbre in our project that's doing that - thanks, I'll try to tweak the settings: https://github.com/ptaoussanis/timbre#disabling-stacktrace-colors