bookest / arduino-mode

Emacs major mode for editing Arduino sketches.
102 stars 42 forks source link

Add Version header for proper package.el compatibility #4

Closed milkypostman closed 10 years ago

milkypostman commented 11 years ago

This makes arduino-mode installable via package.el

bookest commented 11 years ago

I'm assuming the indentation changes aren't necessary for package.el, correct?

milkypostman commented 11 years ago

No. I just have auto reindent on

On Dec 15, 2012, at 16:30, Christopher Grim notifications@github.com wrote:

I'm assuming the indentation changes aren't necessary for package.el, correct?

— Reply to this email directly or view it on GitHub.

milkypostman commented 11 years ago

@bookest I updated the pull request. it now doesn't include the whitespace changes.

PS: do you use CEDET with this stuff or just the command line tools. the EmacsWiki page (http://emacswiki.org/emacs/ArduinoSupport) is quite robust, but I couldn't figure out how to throw the CEDET tank at my code.