emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
jonpither 2020-10-01T12:41:11.032100Z

anyone getting "wrong type argument "listp, define-clojure-indent" when jacking in?

jonpither 2020-10-01T12:49:15.032300Z

found it - some old dir-locals config

j0ni 2020-10-01T15:09:32.034900Z

hi all, I am trying to figure out how to stop the indicators appearing in the fringe at the start of every defn form after I evaluate a buffer in cider - I am asking here, because I’ve seen screenshots of it in elisp buffers too (tho I haven’t personally seen it in my own emacs) - anyways, it stomps on my diff-hl configuration and I don’t see any point to it so I’d like to make it go away 🙂

j0ni 2020-10-01T15:10:21.035400Z

https://www.dropbox.com/s/a460qswmpbgyypy/Screen%20Shot%202020-10-01%20at%2017.09.51.png?dl=0 this is what I’m talking about, the (in my case) green stripes

dpsutton 2020-10-01T15:10:39.035800Z

(setq cider-use-fringe-indicators nil) should do it i believe

☝️ 1
j0ni 2020-10-01T15:11:03.036100Z

oh wow, thanks for the fast answer @dpsutton I will try it

dpsutton 2020-10-01T15:11:23.036500Z

confirmed it worked for me after i reevaled the form. they don't fall away immediately

dpsutton 2020-10-01T15:11:47.036900Z

no worries. i just greped defcustom fringe and it popped right up

j0ni 2020-10-01T15:13:50.037100Z

yep, worked for me

j0ni 2020-10-01T15:14:23.037400Z

it’s tricky getting the fringe to be helpful rather than crazy

dpsutton 2020-10-01T15:15:33.037700Z

yeah. its so subtle that i don't think i pay attention to it

adamfrey 2020-10-01T19:55:52.040200Z

Does anyone who uses lispy successfully get it working alongside magit blame? I tried to following the hint in the lispy readme and set the lispy-compat var to (edebug cider magit-blame-mode) but I still have lispy commands having priority when I'm in magit-blame-mode