Fork me on GitHub
#cider
<
2017-08-14
>
ghadi15:08:18

printing fipp in the repl is sooooo much faster than the default -- I think -- because fipp introduces line breaks, and something is super slow about printing long lines without breaks in cider/inf-clojure

ghadi15:08:27

either it's syntax highlighting or something else

dpsutton15:08:31

i think emacs just isn't good (is terrible) at wrapping lines

richiardiandrea15:08:57

@ghadi interesting, have you tried disabling clojure-mode in the REPL buffer?

ghadi15:08:14

no, I should try that

dominicm16:08:27

I think fipp is the default on cider, or puget

grzm17:08:55

I recently added some packages to my emacs configuration. One of the pleasant additions has been that when I create a new .clj buffer using find file in a Clojure project, it's inserting a namespace declaration automatically. Very nice. However, I don't know what feature is doing this and I'd like to change the template it uses. Anyone know what feature I need to tweak?

grzm17:08:14

I think it might be part of ido, but I haven't been able to confirm that.

dominicm21:08:52

@grzm this sounds like the feature in refactor.el