Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(evil-make-overriding-map dired-mode-map 'normal) is void #10

Closed
FirstLoveLife opened this issue Aug 1, 2018 · 1 comment
Closed

(evil-make-overriding-map dired-mode-map 'normal) is void #10

FirstLoveLife opened this issue Aug 1, 2018 · 1 comment

Comments

@FirstLoveLife
Copy link

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.

Here is my evil config:

(use-package evil
       :demand
       :ensure t
       :defer 0.1
       :init
       :config
       (evil-mode))
    (evil-make-overriding-map dired-mode-map 'normal)
@noctuid
Copy link
Owner

noctuid commented Aug 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants