spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
practicalli-john 2020-08-19T14:35:38.189700Z

I've updated The REPL section of Practicalli Spacemacs to clarify the difference between cider-restart (which doesnt restart the REPL) and sesman-restart which does restart the REPL https://practicalli.github.io/spacemacs/clojure-repl/

practicalli-john 2020-08-19T14:36:39.190800Z

I still havent worked out if there is any value using cider-restart now that the REPL is only restarted by sesman-restart

practicalli-john 2020-08-19T14:51:00.192600Z

In https://practicalli.github.io/spacemacs/refactor/clojure-mode/ the clojure-mode refactor commands are now defined separately from the clj-refactor commands, making it easier to see if you need to add the optional clj-refactor package to the Clojure layer.