~hutzdog/epio

Emacs PlatformIO integration
c638a69c — Danielle Hutzley 2 years ago
Add documentation and revise build
170206e1 — Danielle Hutzley 2 years ago
Initial changelog
56bc93c4 — Danielle Hutzley 2 years ago
Remove redundant documentation file

clone

read-only
https://git.sr.ht/~hutzdog/epio
read/write
git@git.sr.ht:~hutzdog/epio

You can also use your local clone with git send-email.

#EPIO (Emacs PlatformIO)

This plugin adds support for PlatformIO projects in GNU EMACS.

#Motivation

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.

#Installation

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.

#Test Drive

To test this plugin, run the following:

./configure
make test-in-emacs

#From Source

To build from source, run the following:

./configure
make

To install, run sudo make install

Do not follow this link