On Sun, Sep 21, 2014 at 3:43 PM, Gordon Gustafson <[email protected]> wrote:
> Correct, but I'm still curious if it helps your situation. If it does, we
> can restore the default () bindings whenever you don't want to use paredit
> mode in a change-mode-hook (or whatever that hook is called)

That doesn’t sound like a viable solution.  What I instead did was

     (defun evil-paredit-enter-and-exit-motion-state-to-set-keys ()
       (evil-motion-state)
       (evil-normal-state))
     (add-hook 'paredit-mode-hook
'evil-paredit-enter-and-exit-motion-state-to-set-keys)

This seems to enable the keys bound in motion state, while still
leaving me in normal state.  Not sure at all why this works, but it
works.

_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Reply via email to