diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-28 17:37:08 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-28 17:37:08 +0200 |
| commit | 7bfe3fe73208fa29a3fe4b7ddce675e79a70c246 (patch) | |
| tree | 777d63554c2dee5fa6b3335d7d2bad9837228dbd /README.md | |
| parent | b63f5a3ab3657edc85714f4e9b6688dff77a4877 (diff) | |
| download | dotfiles-7bfe3fe73208fa29a3fe4b7ddce675e79a70c246.tar.gz dotfiles-7bfe3fe73208fa29a3fe4b7ddce675e79a70c246.zip | |
emacs: I'm on a highway to hell!
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 20 insertions, 6 deletions
@@ -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à <mikisabate@gmail.com> |
