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) On Sep 21, 2014 6:55 AM, "Nikolai Weibull" <[email protected]> wrote:
> On Sat, Sep 20, 2014 at 6:22 PM, Gordon Gustafson <[email protected]> > wrote: > > Try putting this before your other bindings: > > > > (define-key evil-motion-state-map "(" nil) > > (define-key evil-motion-state-map ")" nil) > > That will remove the global binding in all buffers. > > _______________________________________________ > implementations-list mailing list > [email protected] > https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list >
_______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
