emacs-evil / evil-collection

A set of keybindings for evil-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bufler RET binding is incorrect

yoav-za opened this issue · comments

This is an issue with a recent change. You can see here that the RET key is incorrectly bound:

"RET" 'bufler-list-buffer-switch
.

Should be (kbd "RET") , instead of "RET", which binds a sequence of R E T keys.

FYI @Vonfry.