Add documentation and revise build
Initial changelog
Remove redundant documentation file
This plugin adds support for PlatformIO projects in GNU EMACS.
The main reason for creating this is the relative age and dependence on Projectile for PlatformIO-Mode
. This plugin has no external dependencies and covers a large subset of the original's functionality.
More ways will become available with time.
This project is built with GNU AutoTools, so all you need is a compatible version of EMACS.
If you are building from this Git repo, you'll need to run autoreconf -i
first to generate build files. The release tarballs have these already.
To test this plugin, run the following:
./configure
make test-in-emacs
To build from source, run the following:
./configure
make
To install, run sudo make install