Add FAQ entry about font settings

This commit is contained in:
Eivind Fonn 2016-05-05 15:13:30 +02:00
parent 22774e6a96
commit 9502ed1f86
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@
- [[#typing-quickly-fd-takes-me-out-of-insert-state-what-is-going-on][Typing quickly =fd= takes me out of =insert state=. What is going on?]]
- [[#why-do-i-get-files-starting-with-][Why do I get files starting with .#?]]
- [[#why-do-i-get-4m-characters-inside-ansi-term][Why do I get '4m' characters inside ansi-term?]]
- [[#why-are-my-font-settings-not-being-respected][Why are my font settings not being respected?]]
- [[#how-do-i][How do I:]]
- [[#install-a-package-not-provided-by-a-layer][Install a package not provided by a layer?]]
- [[#disable-a-package-completely][Disable a package completely?]]
@ -207,6 +208,12 @@ the =~/.terminfo= yourself.
tic -o ~/.terminfo $TERMINFO/e/eterm-color.ti
#+END_SRC
** Why are my font settings not being respected?
The settings of =dotspacemacs-default-font= (such as size, weight, etc.) will
only be applied if the name of the font exists on your system. Check to make
sure that this is the case. If Spacemacs can't find the font, there should be a
warning to this effect in the =*Messages*= buffer.
* How do I:
** Install a package not provided by a layer?
Spacemacs provides a variable in the =dotspacemacs/layers= function in