diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-28 17:37:24 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-28 17:37:24 +0200 |
| commit | 54713c3c4cc8b52a6d6479f4466f12ae9156722e (patch) | |
| tree | 2587e5002486fa2d5fc221bbbfe72bf2eedfc584 /README.md | |
| parent | d3e903b1de242d0f72e9baae11265d86d4b2dfd5 (diff) | |
| parent | 7bfe3fe73208fa29a3fe4b7ddce675e79a70c246 (diff) | |
| download | dotfiles-54713c3c4cc8b52a6d6479f4466f12ae9156722e.tar.gz dotfiles-54713c3c4cc8b52a6d6479f4466f12ae9156722e.zip | |
Merge branch 'emacs'
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> |
