From 5c9bfdac009ad24bca2d1e509717c5ea2d9cfc8e Mon Sep 17 00:00:00 2001 From: Zach Massia Date: Mon, 4 Jan 2016 23:33:41 -0500 Subject: [PATCH] Update Emacs doc page --- docs/ide/emacs.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ide/emacs.rst b/docs/ide/emacs.rst index 1afe40f1..5e1e19c4 100644 --- a/docs/ide/emacs.rst +++ b/docs/ide/emacs.rst @@ -40,7 +40,7 @@ An Emacs minor mode has been written to facilitate building and uploading from w It can be installed from the MELPA repository using ``M-x package-install``. See the MELPA `Getting Started `_ page for more information. -Setup instructions for the minor mode can be found at the `Github page `_. +Setup instructions and an example config can be found at the `Github page `_. Code completion can optionally be provided by installing `irony-mode `_ @@ -54,7 +54,6 @@ command and generate project via :option:`platformio init --ide` command: .. code-block:: shell platformio init --ide emacs --board %TYPE% - cmake . There are 6 predefined targets for building.