Closed inkel closed 14 years ago
As I've said, it was my mistake. I've replaced the load path, as I was indicating the file, not the directory:
(add-to-list 'load-path "~/.emacs.d/cucumber.el/feature-mode")
Now it works perfect. Thanks ;)
The only thing I would add is setting the correct indentation variables.
Hi, first of all I'm pretty aware I might be doing something wrong.
I'm having an error when loading this mode in Emacs 23. This are the steps I've followed:
Then I've the following to ~/.emacs.d/init.el
When I run Emacs I'm getting an error:
Running with the --debug-init flag does not display anything more useful than this.
Any help would be appreciated. Thanks for your time.