Fork me on GitHub
#spacemacs
<
2019-04-19
>
didibus06:04:06

I think the Spacemacs develop docs mention it

didibus06:04:30

But one surprising thing with Emacs in general is that it has it's own environment and path

practicalli-johnny16:04:32

I have been using cider-undef a bit more recently, especially when refactoring function names. This makes sure the old definitions are gone and any calling code will break so I can fix it. The keybinding is a classic Emacs style, C-c C-u, so I though it would be useful to add e u to the major mode, so we can do , e u in evil normal state or M-RET e u in other states. Does this seem like a good nemonic keybinding to add?

👍 12
ag16:04:14

I like that

practicalli-johnny20:04:04

Great, I'll do a PR very soon. Thanks for the feedback.

practicalli-johnny13:04:32

And its merged into develop already... things are moving much faster in Spacemacs land now 🙂

practicalli-johnny13:04:43

It would have been even faster, but I forgot to tidy up the spacing on the http://README.org file.