Remove trailing whitespace (again)

This commit is contained in:
Robert O'Connor 2017-04-18 01:03:05 -04:00 committed by syl20bnr
parent 6dc447cf5f
commit 2659c8b32b
2 changed files with 11 additions and 11 deletions

View File

@ -250,19 +250,19 @@ For efficient searches we recommend to install `pt` ([the platinum searcher][]).
**Note:** If you get an error regarding package downloads then you may try to disable
the HTTPS protocol by starting Emacs with
```sh
emacs --insecure
```
Or you can set the `dotspacemacs-elpa-https` to `nil` in your dotfile `~/.spacemacs` to
remove the need to start Emacs with `--insecure` argument. You may wish to
clear out your `.emacs.d/elpa` directory before doing this, so that any
corrupted packages you may have downloaded will be re-installed.
**Note:** `error: Package 'package-build-' is unavailable` may occur due to heavy network taffic.
You can fix it by setting the `dotspacemacs-elpa-timeout` to `70` in your dotfile.
You can fix it by setting the `dotspacemacs-elpa-timeout` to `70` in your dotfile.
**Note:** `Warning (bytecomp)` and other compilation warnings are perfectly normal. If curious,
you can find out why these occur [here](https://github.com/quelpa/quelpa/issues/90#issuecomment-137982713).

View File

@ -10,13 +10,13 @@ Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/
* List of installed software:
1. [[https://pypi.python.org/pypi/pip][pip]]
2. [[https://github.com/davidhalter/jedi][jedi]]
3. [[https://pypi.python.org/pypi/json-rpc][json-rpc]]
4. [[https://pypi.python.org/pypi/service_factory/0.1.2][service_factory]]
5. [[https://pypi.python.org/pypi/autoflake][autoflake]]
6. [[https://github.com/hylang/hy][hy]]
7. [[https://pypi.python.org/pypi/nose/1.3.7][nose]]
8. [[https://pypi.python.org/pypi/pytest][pytest]]
9. [[https://pypi.python.org/pypi/flake8][flake8]]
3. [[https://pypi.python.org/pypi/json-rpc][json-rpc]]
4. [[https://pypi.python.org/pypi/service_factory/0.1.2][service_factory]]
5. [[https://pypi.python.org/pypi/autoflake][autoflake]]
6. [[https://github.com/hylang/hy][hy]]
7. [[https://pypi.python.org/pypi/nose/1.3.7][nose]]
8. [[https://pypi.python.org/pypi/pytest][pytest]]
9. [[https://pypi.python.org/pypi/flake8][flake8]]
10. [[https://github.com/google/yapf][yapf]]
11. [[https://pypi.python.org/pypi/pylint][pylint]]
12. [[https://pypi.python.org/pypi/isort][isort]]