[docs] Fix spelling, Reorder configuration functions

To logical order
This commit is contained in:
Jonathan Chen 2018-10-14 14:48:17 -07:00 committed by duianto
parent b26ea277fb
commit c05c421026
2 changed files with 14 additions and 14 deletions

View File

@ -2320,15 +2320,15 @@ Other:
Henry Hirsch, Henry Marshall, hornuda, Ivan Fedorov, Ivan Kryvoruchko, J.
Patrick Lanigan, Jaremy Creechley, Jason Axelson, Jesse Cooke, Jethro Shuwen
Sun, JI Xiang, Jim Deville, Jody Frankowski, Joe Hillenbrand, John Eismeier,
John Wood, Jon Tippens, Jonas Strømsodd, Jonathan Arnett, Jonathan Gillett,
Josh Greenwood, Joshua Santos, Justin Stone, Kainalu Hagiwara, Kalle
Lindqvist, Kechao Cai, Keith Simmons, Keith Wygant, Kevin Ji, Kristoffer
Haugsbakk, lawrsp, Leo Joseph Buchignani III, Luke Worth, Marco Ieni, Marco
Zucconelli, Max Beutelspacher, Max Deineko, Max Nordlund, Maximilian Wolff,
Miciah Dashiel Butler Masters, mjkramer, Mikhail Yakutovich, Muneeb Shaikh,
Nasser Alshammari, Nasser Alshammari, Niko Felger, Nikolai Myllymäki,
nikolaiam, Nicolas Forgerit, Olivier Verdier, Pancho Horrillo, Paul Milla,
Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe
John Wood, Jon Tippens, Jonas Strømsodd, Jonathan Arnett, Jonathan Chen,
Jonathan Gillett, Josh Greenwood, Joshua Santos, Justin Stone, Kainalu
Hagiwara, Kalle Lindqvist, Kechao Cai, Keith Simmons, Keith Wygant, Kevin Ji,
Kristoffer Haugsbakk, lawrsp, Leo Joseph Buchignani III, Luke Worth, Marco
Ieni, Marco Zucconelli, Max Beutelspacher, Max Deineko, Max Nordlund,
Maximilian Wolff, Miciah Dashiel Butler Masters, mjkramer, Mikhail Yakutovich,
Muneeb Shaikh, Nasser Alshammari, Nasser Alshammari, Niko Felger, Nikolai
Myllymäki, nikolaiam, Nicolas Forgerit, Olivier Verdier, Pancho Horrillo, Paul
Milla, Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe
Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, Raymond Wanyoike,
Reverend Homer, Robby O'Connor, Rhommel Lamas, Sam Pablo Kuper, Saulius
Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Somelauw,

View File

@ -542,10 +542,6 @@ tests are also run automatically when you synchronize with ~SPC f e R~.
*** Configuration functions
Five special functions in the =~/.spacemacs= file can be used to perform
configuration at the beginning and end of Spacemacs loading process:
- =dotspacemacs/layers= is called at the very startup of Spacemacs initialization,
this is where you set the Spacemacs distribution and declare layers to be used
in your configuration. You can also add or exclude packages of your choice
and tweak some behaviors of Spacemacs loading.
- =dotspacemacs/init= is called at the very startup of Spacemacs initialization
before layers configuration. *You should not put any user code* in there
besides modifying the Spacemacs variable values prefixed with =dotspacemacs-=.
@ -554,6 +550,10 @@ configuration at the beginning and end of Spacemacs loading process:
that need to be set before packages are loaded.
- =dotspacemacs/user-env= is called before the layers and packages configuration
and it is responsible to setup environment variables.
- =dotspacemacs/layers= is called at the startup of Spacemacs initialization,
this is where you set the Spacemacs distribution and declare layers to be used
in your configuration. You can also add or exclude packages of your choice
and tweak some behaviors of Spacemacs loading.
- =dotspacemacs/user-config= is called at the very end of Spacemacs
initialization after layers configuration. This is the place where most of
your configurations should be done. Unless it is explicitly specified that a
@ -1496,7 +1496,7 @@ fonts from the package repository, see [[https://github.com/domtronn/all-the-ico
You can create your own Spaceline theme by setting the variable
=dotspacemacs-mode-line-theme= to =custom= and define a function called
=spaceline-custom-theme= in your =dotspacemacs/user-init= function of your
dotfile. This functions must accept a variadic number of arguments which are
dotfile. This function must accept a variadic number of arguments which are
additional segments added by Spacemacs (like a segment to notify about available
updates etc...).