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?
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
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/
also see the useful cider-scratch-buffer
, if you want a place to evaluate forms without throwing them into tracked files
Thanks that’s helpful!
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
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.
I would just be worried other forge stuff might get effected.
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