-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Emacs IDE integration support #404
Conversation
Thanks a lot for great PR! Could you provide screenshot like this http://docs.platformio.org/en/latest/ide/vim.html#screenshot ? People like pictures 😄 Happy Holidays and Merry Christmas! |
Thanks, Merry Christmas to you as well @ivankravets . I'll try and get a screenshot up and also fix the test error tonight. |
Thanks!
Please edit this file with .. toctree::
:maxdepth: 2
ide/arduino
ide/atom
ide/clion
ide/eclipse
ide/emacs
ide/energia
ide/qtcreator
ide/sublimetext
ide/vim
ide/visualstudio |
Wow! PR number 404! |
@crushedice2000 😄 😄 😄 NOT FOUND Do you use Emacs? |
@ivankravets: No, I don't use emacs nor vim ;-) however would be great to add support for emacs ;-) |
Just got my Emacs package added into MELPA :) Anything else you see that needs modification on the template side, @ivankravets ? |
Emacs IDE integration support
@ZachMassia Thanks a lot for this PR!!! Will be released with PlatformIO 2.7.0 which is planned on 2015-12-29 See http://docs.platformio.org/en/latest/ide/emacs.html 🎄 🎁 🎄 🎁 🎄 🎁 🎄 🎁 |
Awesome, glad I could help 👍 |
As discussed on Gitter, I've completed the initial version of the project template, and also the minor mode for Emacs.
I've also submitted a PR to the MELPA repo for Emacs to allow easy installation of the minor mode.