spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
donyorm 2020-05-29T01:31:33.245700Z

Just updated to the develop branch of spacemacs. In clojure repls C-j now no longer makes a new line in the repl. How do you make new lines in a repl buffer now?

practicalli-john 2020-05-29T12:29:19.251300Z

C-RET in Evil insert state or Emacs to span your code over multiple lines in the Clojure REPL buffer. C-j and C-k cycle through the REPL history https://practicalli.github.io/spacemacs/evaluating-clojure/evaluate-in-repl-buffer.html

practicalli-john 2020-05-29T12:30:56.251500Z

Its more common to write code in source code files and evaluate specific expressions as you write or change them. https://practicalli.github.io/spacemacs/evaluating-clojure/

telekid 2020-05-29T15:10:19.252100Z

also see the useful cider-scratch-buffer, if you want a place to evaluate forms without throwing them into tracked files

donyorm 2020-05-29T15:16:03.252500Z

Thanks that’s helpful!

aisamu 2020-05-29T02:07:36.245800Z

I'm not sure what you're referring to, but SPC j n and pressing enter while on input mode add newlines on the repl buffer

2020-05-29T02:19:36.246Z

I'll update tomorrow when I'm at the computer but I traced my two factor issues back to ghub and they were saying GitHub was going to shake things up so the authors were kind of stuck in limbo.

2020-05-29T02:20:10.246200Z

I would just be worried other forge stuff might get effected.

practicalli-john 2020-05-29T05:22:47.250700Z

GitHub has changed things quite a few times and there is the graphql api available now. Hopefully GitHub keep the existing api and use a different name for what ever new thing they create, but only time will tell