From ca3b7c4f711dd9927f674b62b4bc111ddd848fb3 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 4 Jan 2016 01:29:30 -0500 Subject: [PATCH] FAQ: minor update --- doc/FAQ.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/FAQ.org b/doc/FAQ.org index 69fafc8a8..8c0b1e33d 100644 --- a/doc/FAQ.org +++ b/doc/FAQ.org @@ -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?