Improve previous commit.

This commit is contained in:
syl20bnr 2016-03-09 20:05:39 -05:00
parent cb0fb035a2
commit 1eb2e095a5

View file

@ -248,15 +248,19 @@ values."
(defun dotspacemacs/user-init ()
"Initialization function for user code.
It is called immediately after `dotspacemacs/init', before layer configuration
executes. You are free to put almost any user code here. The exception is
org related code, which should be placed in `dotspacemacs/user-config'."
executes.
This function is mostly useful for variables that need to be set
before packages are loaded. If you are unsure, you should try in setting them in
`dotspacemacs/user-config' first."
)
(defun dotspacemacs/user-config ()
"Configuration function for user code.
This function is called at the very end of Spacemacs initialization after
layers configuration. Any variable that Spacemacs explicitly sets but you wish
to override must be set here."
layers configuration.
This is the place where most of your configurations should be done. Unless it is
explicitly specified that a variable should be set before a package is loaded,
you should place you code here."
)
;; Do not write anything past this comment. This is where Emacs will