Fork me on GitHub
#spacemacs
<
2016-02-24
>
jstaffans20:02:39

what do people use for paredit stuff in spacemacs? I kind of like the evil-lispy state, but it's annoying to have to exit insert mode and go SPC k s to slurp something. I'd rather have C-<something>.. A sample config file would be much appreciated!

jstaffans20:02:41

Or maybe it's just a matter of remapping keys ...

jstaffans21:02:34

thanks! I'll have a look.

joshtgreenwood22:02:52

@jstaffans: I call this in my config which adds the C-whatever bindings: (add-hook 'clojure-mode-hook #'paredit-mode)

joshtgreenwood22:02:37

you'll probably also want (add-hook 'emacs-lisp-mode-hook #'paredit-mode) and any other lisps you use