Add missing changelog.develop entry and clean up installation instructions

This commit is contained in:
Maximilian Wolff 2020-01-30 22:40:23 +00:00
parent 382200ba9d
commit 7c6f1bebd4
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
2 changed files with 17 additions and 22 deletions

View File

@ -3231,9 +3231,9 @@ Other:
Renner, Adam Frey, Adam Kruszewski, ahanwadi, Aleksandr Argunov, Alexander Renner, Adam Frey, Adam Kruszewski, ahanwadi, Aleksandr Argunov, Alexander
Dalshov, Alexander Eberspächer, Alexander Iljin, Alexander Kjeldaas, Dalshov, Alexander Eberspächer, Alexander Iljin, Alexander Kjeldaas,
Alexandros Kotzias, Andrew Grangaard, Andrew Vit, Andriy Senyshyn, Anton Alexandros Kotzias, Andrew Grangaard, Andrew Vit, Andriy Senyshyn, Anton
Latukha, Antonio Miranda, Anurag Sharma, Archenoth, Arjan Singh, Ather Sharif, Latukha, Antonio Miranda, Anurag Sharma, Apromixately, Archenoth, Arjan Singh,
Artur Juraszek, Benjamin Reynolds, Bernhard Schommer, Billy Wade, Brian Ather Sharif, Artur Juraszek, Benjamin Reynolds, Bernhard Schommer, Billy Wade,
Wignall, bmag, Boris Buliga, Boris Wong, Carl Lange, Cazim Hysi, Chase Adams, Brian Wignall, bmag, Boris Buliga, Boris Wong, Carl Lange, Cazim Hysi, Chase Adams,
Christian Bäuerlein, Cibin Mathew, CL123123, Codruț Constantin Gușoi, Christian Bäuerlein, Cibin Mathew, CL123123, Codruț Constantin Gușoi,
Compro-Prasad, cormacc, Daniel Hodson, Daniel Le, Daniel Molina, Darkhan, Compro-Prasad, cormacc, Daniel Hodson, Daniel Le, Daniel Molina, Darkhan,
David Florness, David Parrish, David Vo, davidpham87, Deepu Mohan Puthrote, David Florness, David Parrish, David Vo, davidpham87, Deepu Mohan Puthrote,

View File

@ -296,24 +296,7 @@ be transferred using http, use at your own risk.
git clone https://github.com/syl20bnr/spacemacs /path/to/your/.emacs.d git clone https://github.com/syl20bnr/spacemacs /path/to/your/.emacs.d
``` ```
3. (Optional) Install the [Source Code Pro][] font. 3. (Optional) Install the default fonts
If you are running in terminal you'll also need to change font settings of
your terminal.
4. Launch Emacs. Spacemacs will automatically install the packages it requires.
There is a well-known issue with some GPG keys having expired end of 2019.
This can be fixed by upgrading to Emacs 26.3 or above or by manually adding
the new keys using something like:
```sh
gpg --homedir ~/.emacs.d/elpa/gnupg --receive-keys 066DAFCB81E42C40
```
If you have a restrictive firewall it may help to manually specify the keyserver:
```sh
gpg --keyserver keyserver.ubuntu.com --homedir ~/.emacs.d/elpa/gnupg/ --receive-keys 066DAFCB81E42C40
```
5. Install the default fonts
It's recommended to install [Source Code Pro][] by Adobe, as the default It's recommended to install [Source Code Pro][] by Adobe, as the default
font. It ensures that, for example the symbols on the modeline (bottom bar) font. It ensures that, for example the symbols on the modeline (bottom bar)
@ -332,7 +315,19 @@ be transferred using http, use at your own risk.
If you're running in a terminal then you'll also need to change the terminals If you're running in a terminal then you'll also need to change the terminals
font settings. font settings.
6. Launch Emacs, and answer the questions in the Dotfile wizard installer. If 4. Launch Emacs. Spacemacs will automatically install the packages it requires.
There is a well-known issue with some GPG keys having expired end of 2019.
This can be fixed by upgrading to Emacs 26.3 or above or by manually adding
the new keys using something like:
```sh
gpg --homedir ~/.emacs.d/elpa/gnupg --receive-keys 066DAFCB81E42C40
```
If you have a restrictive firewall it may help to manually specify the keyserver:
```sh
gpg --keyserver keyserver.ubuntu.com --homedir ~/.emacs.d/elpa/gnupg/ --receive-keys 066DAFCB81E42C40
```
5. Launch Emacs, and answer the questions in the Dotfile wizard installer. If
you are new to Emacs and Spacemacs, then it's fine to just accept the default you are new to Emacs and Spacemacs, then it's fine to just accept the default
choices. It's easy to try the other choices later, without having to choices. It's easy to try the other choices later, without having to
reinstall Spacemacs. They can be changed in the dotfile `~/.spacemacs`. reinstall Spacemacs. They can be changed in the dotfile `~/.spacemacs`.