Fork me on GitHub
#emacs
<
2018-04-23
>
bozhidar05:04:16

I played with it once, but I didn’t feel more productive. I’m very used to paredit I guess, and I like explicitly doing stuff.

bozhidar05:04:43

Btw, for Emacs there are also - smartparens-strict-mode and lispy. Both are cool projects.

bozhidar05:04:21

Seems we’re crazy about editing parens effectively in Emacs. 😄

😆 8
Maris13:04:40

<root level="INFO"> <!-- <appender-ref ref="stdout" /> --> <appender-ref ref="file"/> </root>

Maris13:04:53

Is it possible to turn off STDOUT redirection to Emacs CIDER buffer? I have to disable appender to stop it spamming my REPL

bozhidar14:04:07

It’s possible, but it’s hard for most people to do it. (you need to modify the middleware stack and (or) the command that unconditionally triggers this middleware).

bozhidar14:04:44

It’s already on my todo to change this, as a couple of people have complained about this as well. I’ll make this configurable.