Skip to content

Commit f20e3a0

Browse files
install: update wording and format
1 parent ae8ed43 commit f20e3a0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/install-spacemacs/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Install Spacemacs
22

3-
[Install prerequisites: Emacs, Java 17, Clojure CLI and Command Line tools ](/spacemacs/install-spacemacs/pre-install/){.md-button}
3+
[Install prerequisites: Emacs, Java & Clojure](/spacemacs/install-spacemacs/pre-install/){.md-button}
44

5-
1. [Clone or download Spacemacs](#clone-spacemacs), first removing `~/.emacs.d` if it exists
5+
1. [Clone or download Spacemacs](#clone-spacemacs)
66
2. [Clone practicalli/spacemacs-config user configuration](#clone-practicalli-spacemacs-configuration). Or start Emacs and use the Spacemacs install wizard, follow the [manual configuration section](manual-configuration/)
7-
3. [Install Fira Code font](#install-fira-code-font) (or update `dotspacemacs-default-font` to a name of a font on your operating system in the Spacemacs user configuration)
7+
3. [Install Fira Code font](#install-fira-code-font) (or update `dotspacemacs-default-font` in the Spacemacs user configuration to a preferred font name)
88
4. [Install All The Icons fonts ](#all-the-icon-fonts) to support the doom modeline theme
99

1010
<p style="text-align:center">
@@ -14,6 +14,8 @@
1414

1515
## Clone Spacemacs
1616

17+
Move or remove `~/.emacs.d` directory if it exists.
18+
1719
Use your favourite git client or the following command in a terminal window to clone Spacemacs:
1820

1921
=== "Free Desktop XDG config"
@@ -28,7 +30,7 @@ Use your favourite git client or the following command in a terminal window to c
2830

2931
## Clone Practicalli Spacemacs configuration
3032

31-
Clone [:fontawesome-brands-github: practicalli/spacemacs-config](https://github.com/practicalli/spacemacs-config) configuration or first create a fork and clone that fork
33+
Clone [:fontawesome-brands-github: practicalli/spacemacs-config](https://github.com/practicalli/spacemacs-config) configuration. Create a fork of this config first if you wish to significantly modify your setup.
3234

3335
=== "Free Desktop XDG config"
3436
Using SSH
@@ -60,7 +62,7 @@ Clone [:fontawesome-brands-github: practicalli/spacemacs-config](https://github.
6062
git clone [email protected]:practicalli/spacemacs-config.git ~/.spacemacs.d
6163
```
6264

63-
Using HTTP
65+
Using HTTPS
6466
```shell
6567
git clone https://github.com/practicalli/spacemacs-config ~/.spacemacs.d
6668
```
@@ -86,13 +88,13 @@ Clone [:fontawesome-brands-github: practicalli/spacemacs-config](https://github.
8688

8789
![Fira Code font - ligatures for Emacs and Clojure code](https://github.com/practicalli/graphic-design/blob/live/clojure/fira-code-font-clojure-ligatures.png?raw=true)
8890

89-
!!! HINT "Use a different font with practicalli/spacemacs-config"
91+
??? HINT "Use a different font with practicalli/spacemacs-config"
9092
To use a different font when using the [:fontawesome-brands-github: practicalli/spacemacs-config](https://github.com/practicalli/spacemacs-config), edit `init.el` and update the value for `dotspacemacs-default-font` to a name of a font on your system.
9193

9294

9395
## Emacs Packages
9496

95-
Spacemacs automatically downloads and compiles Emacs packages when Emacs is run.
97+
Spacemacs automatically downloads Emacs packages when Emacs is run, creating a compiled `.elc` file for each Emacs lisp file.
9698

9799
If Emacs supports native compilation, then the compilation process can take longer, although Emacs should run many tasks faster or more efficiently.
98100

0 commit comments

Comments
 (0)