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

cython-mode File error #25

Closed
ghost opened this issue Apr 5, 2012 · 1 comment
Closed

cython-mode File error #25

ghost opened this issue Apr 5, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 5, 2012

Im new to all of this git stuff so excuse me if im being dumb.
I put all the fles in my ~/.emacs.d folder and launched emacs and everything load without any issues. Then I make a new file called Paulo.el and paste (starter-kit-load "python") inside of it. It returns an error - File error: Cannot open load file, cython-mode

How can I fix this?
Again excuse me for my noobish.

@eschulte
Copy link
Owner

eschulte commented Apr 5, 2012

The Emacs Wiki is a great resource for these sorts of basic Emacs questions. For more information on load paths see http://emacswiki.org/emacs/LoadPath.

The only special behavior done by the starter kit in this respect is to add all subdirectories of your ~/.emacs.d/src/ directory to your load path, so your particular problem should be fixable through adding the file that provides python-mode (likely python-mode.el or something similar) to your ~/.emacs.d/src/ directory.

Best,

@eschulte eschulte closed this as completed Apr 5, 2012
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

1 participant