On Mon, Jun 24 2013 (04:58), Hongxu Chen <[email protected]> wrote:
> So what can I do to avoid calling WoMan by mistake?
For the nonce, redifine `evil-lookup':
(setq evil-lookup-func #'man)
(evil-define-motion evil-lookup ()
(call-interactively evil-lookup-func))
But I think this is how it should work by default (calling
`evil-lookup-func' interactively).
Michael
signature.asc
Description: PGP signature
_______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
