Space as a leader in emacs with evil

2

1

I am trying to define Space as a <leader> in Emacs using evil-leader. If I set , or \, then it works. but it does not work with Space for some reason. There are no errors. Mb something redefines it, but how I can discover where is a problem?

I use the following line in my .emacs

(evil-leader/set-leader "<Space>")

user14416

Posted 2013-06-14T22:10:23.690

Reputation: 298

Try the Evil list if you don't get an answer here: http://news.gmane.org/gmane.emacs.vim-emulation

– Tom – 2013-06-15T15:48:20.007

Answers

1

Seems (evil-leader/set-leader "<SPC>") is the right way.

I've create a pull request for it, see https://github.com/cofi/evil-leader/pull/17

Xiao Hanyu

Posted 2013-06-14T22:10:23.690

Reputation: 126