[help-wanted][evil-set-leader]

Sanel Zukan sanelz at gmail.com
Mon Jun 13 12:54:01 CEST 2022


Hi,

Have you checked this: https://superuser.com/questions/607858/space-as-a-leader-in-emacs-with-evil?

Best,
Sanel

zwindl <zwindl at protonmail.com> writes:
> Hi all,
> I'm trying to set the leader key of evil-mode as "SPC",
> but seems it can't apply with `evil-defin-key` later,
> this is the line of code where I set leader:
> https://github.com/ZWindL/.emacs.d/blob/master/settings/init-evil.el#L24
> and here's the testing code I wrote in *scrach*
> ```
> (defun my/test ()
>   (interactive)
>   (message "test"))
>
> (evil-define-key 'normal 'global (kbd "<leader>m") #'my/test)
> ```
> Not sure if it is the correct way to use <leader>, please help.
>
> Thanks & Best wishes
> zwindl
>
>
> _______________________________________________
> implementations-list mailing list
> implementations-list at lists.ourproject.org
> https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list




More information about the implementations-list mailing list