Will 'evil-define-key' suffice? You can check how % is redefined in evil-matchit plugin (https://github.com/redguardtoo/evil-matchit/blob/master/evil-matchit.el).
Best, Sanel On Wed, 23 Oct 2013 17:29:19 -0400 gordon Gustafson <[email protected]> wrote: > I want to extend Evil's % command to work with matching $'s and > delimiters like \left and \right (this is for working with latex). > Would I need to modify the source for evil-jump-item directly, or is > there some more modular way to do this, like advising the function? > I'm Elisp savvy, so a high-level description is all I need. > > Thanks you for you time, > > Gordon Gustafson > > PS I sincerely apologize if I'm posting this is the wrong place :) > > _______________________________________________ > 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
