Skip to content

Commit

Permalink
Fix doc typo and tweak source code pro doc
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jul 5, 2016
1 parent 5b9e84e commit d858725
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,10 @@ For efficient searches we recommend to install `pt` ([the platinum searcher][]).
fork Spacemacs safely use the `develop` branch where you handle the update
manually.

3. (Optionally) Install
[Source Code Pro](https://github.com/adobe-fonts/source-code-pro):
3. (Optional) Install the [Source Code Pro][] font.

If you wish to use default Spacemacs font you'll need to install
[Source Code Pro](https://github.com/adobe-fonts/source-code-pro). If you are
running in terminal you'll also need to change font settings of your
terminal.
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.
If you get an error regarding package downloads then you may try to disable
Expand Down Expand Up @@ -429,3 +426,4 @@ Thank you!
[quote02]: https://gitter.im/syl20bnr/spacemacs?at=5768456c6577f032450cfedb
[build_source]: https://www.gnu.org/software/emacs/manual/html_node/efaq/Installing-Emacs.html
[Bountysource]: https://salt.bountysource.com/teams/spacemacs
[Source Code Pro]: https://github.com/adobe-fonts/source-code-pro
6 changes: 3 additions & 3 deletions doc/DOCUMENTATION.org
Original file line number Diff line number Diff line change
Expand Up @@ -997,9 +997,9 @@ To change the default font set the variable =dotspacemacs-default-font= in your
:powerline-scale 1.1))
#+END_SRC

If specified font can't found, the fallback one will be used (depends on your
system). Also note that changing this value has no effect if you are running
Emacs in terminal.
If the specified font is not found, the fallback one will be used (depends on
your system). Also note that changing this value has no effect if you are
running Emacs in terminal.

The properties should be pretty straightforward, it is possible to set any valid
property of a [[http://www.gnu.org/software/emacs/manual/html_node/elisp/Low_002dLevel-Font.html][font-spec]]:
Expand Down

0 comments on commit d858725

Please sign in to comment.