asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

Reduce byte compilation and other warnings #96

Closed purcell closed 8 years ago

purcell commented 8 years ago

A few fixes here for the slew of byte compilation warnings I saw upon installation, though the code could benefit from some more cleanup IMO. :-)

(Using M-x checkdoc would be a good start.)

asok commented 8 years ago

Many thanks. I owe you some :beer:

Yes I should spend some time cleaning up the code. The docs could be a good start. Also there are some dark corners of the code that could be re-factored to be more readable.