jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
373 stars 67 forks source link

Requires reformatter.el? #161

Closed kraai closed 4 years ago

kraai commented 4 years ago

When I tried to install elm-mode manually and open a file, Emacs displayed the following error:

File mode specification error: (file-missing Cannot open load file No such file or directory reformatter)

Once I installed reformatter.el, this error went away. Is this the correct way to resolve this error? If so, should reformatter.el be added to the list of dependencies?

purcell commented 4 years ago

Yes, it's already in the list of dependencies.

purcell commented 4 years ago

I see there was an incorrect explicit list of deps in the README which may have confused matters, so I've removed that now. Thanks!

kraai commented 4 years ago

Thanks! I should have mentioned that I was using the list in README.md.

purcell commented 4 years ago

All good. Happy New Year!