You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to use it like that as without the extra (evil-mode nil), leader wasn't bound in *Messages* buffer. I found the solution in #10
This works as expected, binding leader in *Messages* (which is ultimately what I'm trying to achieve), however, when opening new i.e Yaml buffer, I'm getting the following error message:
File mode specification error: (error "To bind the key C-SPC, use [?\\C- ], not [C-SPC]")
progn: To bind the key C-SPC, use [?\C- ], not [C-SPC]
The full and lengthy stacktrace which I'm getting with this is:
Hey guys.
In my
emacs.org
, I've got the following configuration:I needed to use it like that as without the extra
(evil-mode nil)
, leader wasn't bound in*Messages*
buffer. I found the solution in #10This works as expected, binding leader in
*Messages*
(which is ultimately what I'm trying to achieve), however, when opening new i.e Yaml buffer, I'm getting the following error message:The full and lengthy stacktrace which I'm getting with this is:
Strangely, if I try to open this file for a second time, it works as expected.
What would be the advised way of fixing this error and / or making leader work in
*Messages*
buffer?Thanks!
The text was updated successfully, but these errors were encountered: