On 2011-08-09 02:22 +0200, Michael Markert wrote: > Because the code in the custom is rather longish and it > would be nice to set it without custom I think of adding > a `evil-set-toggle-key' fun. But where should it go?
Place it in evil-common.el after `evil-redirect-digit-argument'. It is clearly a keymap function, but evil-maps.el should contain `define-key' calls only for the sake of readability. -- Vegard _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
