clj-refactor - additional refactor commands
clj-refactor is an optional package in the Spacemacs Clojure layer that provides additional refactor commands.
These commands typically require a running REPL to work.
This section covers the more commonly used refactor commands.
Enable clj-refactor
Enable using the clojure-enable-clj-refactor
variable in your .spacemacs
layer configuration
(clojure :variables
clojure-enable-clj-refactor t)
SPC q r
to restart Spacemacs which will download and install clj-refactor. Or use SPC f e R
to reload the Spacemacs configuration which should also download and install clj-refactor.