On 18 December 2011 16:29, Michael Markert <[email protected]> wrote: > Hi Jim, > > On 18 Dec 2011, Jim Green wrote: > >> I added (local-set-key ":A" 'eassist-switch-h-cpp) to the .emacs but >> it doesn't work.. > > Have a look at evil-maps.el. > > For the specific problem you need: > > #+begin_src emacs-lisp > > (evil-ex-define-cmd "A" 'eassist-switch-h-cpp) > > ;; or > > (evil-ex-define-cmd "alternate" 'eassist-switch-h-cpp) > (evil-ex-define-cmd "A" "alternate") >
THanks both! regarding the feature request, will do! Jim _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
