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
Warning (initialization): An error occurred while loading ‘/home/chenli/.emacs.d/init.el’:
Symbol's function definition is void: evil-make-overriding-map
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.
I'd first try fixing the use-package statement. You shouldn't have both demand and defer. If you want to use defer, put the evil-make-overriding-map in the config section. You can also remove the init.
Here is my evil config:
The text was updated successfully, but these errors were encountered: