Fork me on GitHub
#spacemacs
<
2016-11-24
>
reefersleep15:11:38

I've accidentally "folded in" one of the files I was viewing in magit diff, so now I can only see the name of the file, not my actual changes for it. I can see the other file I've edited just fine. Does anyone know how to fold the file changes back out?

mitchelkuijpers21:11:37

Does anyone know how to add extra shortcuts to spacemacs? I recently switched to vim bindings from using emacs bindings for 2 years and i really mis my cider-eval-ns-form. I thought it would be something like this:

(spacemacs/set-leader-keys-for-major-mode m "en" cider-eval-ns-form)
but emacs does not even to find the cider-eval-ns-form var

mitchelkuijpers21:11:04

Figured one thing out the cider-eval-ns-form should be quoted.. lol