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

error: Required feature `init-local' was not provided #265

Closed
bgits opened this issue Apr 25, 2015 · 3 comments
Closed

error: Required feature `init-local' was not provided #265

bgits opened this issue Apr 25, 2015 · 3 comments

Comments

@bgits
Copy link

bgits commented Apr 25, 2015

I get the below error at load time. Strange thing is that I do have init-local.el in ../lisp

The file does load as the keybinding defined in that file are active upon load.

What could be the issue?

Warning (initialization): An error occurred while loading /home/XXXX/.emacs.d/init.el': error: Required featureinit-local' was not provided

@purcell
Copy link
Owner

purcell commented Apr 25, 2015

You probably created an init-local.el file, but forgot to include a (provide 'init-local) statement in it as directed.

@bgits
Copy link
Author

bgits commented Apr 25, 2015

That will do it.

@bgits bgits closed this as completed Apr 25, 2015
@purcell
Copy link
Owner

purcell commented Apr 26, 2015

Great!

qioixiy pushed a commit to qioixiy/emacs.d that referenced this issue Aug 5, 2017
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