From 7bfe3fe73208fa29a3fe4b7ddce675e79a70c246 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 28 Jun 2016 17:37:08 +0200 Subject: emacs: I'm on a highway to hell! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2a51390..102f3c4 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,25 @@ a submodule). Vim plugins will also get installed automatically. And that's about it. Use this at your own risk ;) +## Runtime dependencies + +There are some runtime dependencies that matter to either Vim or Emacs. In +openSUSE (probably similar in your distribution) they can be solved like this: + +``` +$ go get -u golang.org/x/tools/cmd/goimports +$ go get -u github.com/rogpeppe/godef +$ go get -u github.com/dougm/goflymake +$ go get -u github.com/nsf/gocode +$ sudo zypper in spell +``` + ## License -Everything except the `bin` directory is licensed under the MIT/X11 license, -since these files are mere configuration files. You can find the full license -in the `LICENSE` file and below: +Everything except the `bin` directory and any Emacs Lisp file is licensed under +the MIT/X11 license, since these files are mere configuration files that I want +to keep simple in regards to licensing. You can find the full license in the +`LICENSE` file and below: ``` Copyright (c) 2011-2016 Miquel Sabaté Solà @@ -37,9 +51,9 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` -The files under the `bin` directory are licensed under the GPLv3 (or at your -option any later version). The license itself can be found in the -`LICENSE.gpl3` file, and the header of it is as follows: +The files under the `bin` directory and all Emacs Lisp files are licensed under +the GPLv3 (or at your option any later version). The license itself can be +found in the `LICENSE.gpl3` file, and the header of it is as follows: ``` Copyright (C) 2014-2016 Miquel Sabaté Solà -- cgit v1.2.3