Fork me on GitHub
#spacemacs
<
2018-07-21
>
alanforr09:07:34

Hello. I’m trying to edit clojure with spacemacs. When spacemacs tried to download the files for Clojure mode I got the error “File mode specification error: (file-missing Cannot open load file No such file or directory cider-eval-sexp-fu)”

alanforr10:07:23

I solved the problem by restarting.

Chase20:07:06

so what is the general consensus on how you enter multi line functions and such into the repl? do you just delete the last closing paren and go about your day or is there a handy quick keyboard command that says "hey, i'm going to press enter now, but don't evaluate yet"

Chase20:07:35

i did just find out about CTR <CR> which will just close all your parens for you before evaluating. that's pretty darn awesome! but i still am too lazy to reach up to delete closing parens if i don't have to.