In spacemacs, I am able to start a cider repl with cider-jack-in
: it says 'Connected.' followed by a quote, as expected. But then cider-switch-to-repl-buffer
does not open a repl buffer, and just produces the following message:
Invalid function: (repl (or the-repl a-repl))
Googling 'cider "invalid function repl"' produces only a cider issue relating to nim-mode (https://github.com/clojure-emacs/cider/issues/1712), which is not one of the configuration layers I have installed.
I am able to run the repl from the terminal using lein repl
without issue.