Fork me on GitHub
#spacemacs
<
2018-11-09
>
jstokes16:11:12

anyone missing clj-refactor keybindings after updating spacemacs/packages?

jstokes16:11:27

i changed back to master from develop branch spacemacs, and keybindings are back

practicalli-johnny16:11:03

@jstokes you are actually missing the whole CLI-refactor package, as it’s now turned off in develop by default. Enable in the develop branch of Spacemacs by providing a variable to the Clojure layer entry in .spacemacs

(clojure :variables
          clojure-enable-clj-refactor t)
https://practicalli.github.io/spacemacs/install-spacemacs/enhance-clojure-experience.html

aisamu18:11:23

Ohhhhhhhhhh thank you so, so, so much. I thought I had screwed up the configuration files (again).

practicalli-johnny19:11:28

A pleasure. You may have noticed the same optional package for the sayid debugger too. Its the same kind of setting if you want to enable that package by default too.