You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[Clone or download Spacemacs](#clone-spacemacs), first removing `~/.emacs.d` if it exists
5
+
1.[Clone or download Spacemacs](#clone-spacemacs)
6
6
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)
8
8
4.[Install All The Icons fonts ](#all-the-icon-fonts) to support the doom modeline theme
9
9
10
10
<pstyle="text-align:center">
@@ -14,6 +14,8 @@
14
14
15
15
## Clone Spacemacs
16
16
17
+
Move or remove `~/.emacs.d` directory if it exists.
18
+
17
19
Use your favourite git client or the following command in a terminal window to clone Spacemacs:
18
20
19
21
=== "Free Desktop XDG config"
@@ -28,7 +30,7 @@ Use your favourite git client or the following command in a terminal window to c
28
30
29
31
## Clone Practicalli Spacemacs configuration
30
32
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.

88
90
89
-
!!! HINT "Use a different font with practicalli/spacemacs-config"
91
+
??? HINT "Use a different font with practicalli/spacemacs-config"
90
92
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.
91
93
92
94
93
95
## Emacs Packages
94
96
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.
96
98
97
99
If Emacs supports native compilation, then the compilation process can take longer, although Emacs should run many tasks faster or more efficiently.
0 commit comments