FAQ: minor update

This commit is contained in:
syl20bnr 2016-01-04 01:29:30 -05:00
parent fa39bb1128
commit ca3b7c4f71
1 changed files with 4 additions and 3 deletions

View File

@ -48,8 +48,9 @@ may also just type ~SPC f e v~.
As it is written, that is _space_ then _macs_.
** Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?
To declare new packages you have to create a new configuration layer, see the
[[file:QUICK_START.org][quick start guide]].
To declare new packages you have to create a new configuration layer or
add the package name to the variable =dotspacemacs-additonal-packages=
of your dotfile, see the [[file:QUICK_START.org][quick start guide]] for more info.
** The Spacemacs banner is ugly, what should I do?
Install the default font supported by Spacemacs or choose a fixed width font.
@ -67,7 +68,7 @@ section in the font section of the [[file:DOCUMENTATION.org][documentation]].
** Why is after-init-hook not executed?
Don't launch Spacemacs with =emacs -q -l init.el= command. This command will run
the hooked function in =after-init-hook= before the evaluation of the passed =-l
the hooked functions in =after-init-hook= before the evaluation of the passed =-l
init.el= file.
** What is the difference between =spacemacs-base= and =spacemacs= distributions?