A note about user-config and files supplied via command line arguments

This commit is contained in:
Max Deineko 2019-01-01 09:42:00 +00:00 committed by smile13241324
parent 9665670f8e
commit 764075be70
2 changed files with 16 additions and 12 deletions

View File

@ -2280,18 +2280,18 @@ Other:
Joshua Santos, Justin Stone, Kainalu Hagiwara, Kalle Lindqvist, Kechao Cai, Joshua Santos, Justin Stone, Kainalu Hagiwara, Kalle Lindqvist, Kechao Cai,
Keith Simmons, Keith Wygant, Kevin Ji, Kristoffer Haugsbakk, lawrsp, Leo Keith Simmons, Keith Wygant, Kevin Ji, Kristoffer Haugsbakk, lawrsp, Leo
Joseph Buchignani III, Luke Worth, Marco Ieni, Marco Zucconelli, Max Joseph Buchignani III, Luke Worth, Marco Ieni, Marco Zucconelli, Max
Beutelspacher, Max Nordlund, Maximilian Wolff, Miciah Dashiel Butler Masters, Beutelspacher, Max Deineko, Max Nordlund, Maximilian Wolff,
mjkramer, Mikhail Yakutovich, Muneeb Shaikh, Nasser Alshammari, Nasser Miciah Dashiel Butler Masters, mjkramer, Mikhail Yakutovich, Muneeb Shaikh,
Alshammari, Niko Felger, Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Nasser Alshammari, Nasser Alshammari, Niko Felger, Nikolai Myllymäki, nikolaiam,
Olivier Verdier, Pancho Horrillo, Paul Milla, Paulo Schneider, Pawan Dubey, Nicolas Forgerit, Olivier Verdier, Pancho Horrillo, Paul Milla, Paulo Schneider,
Paweł Siudak, Phil Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi Khan, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe Bourdages, Piotr Grzesik,
Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer, Robby O'Connor, Rhommel Rafi Khan, Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer, Robby O'Connor,
Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Sergio Ugalde, Shane Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Sergio Ugalde,
Kilkelly, Sid Kapur, Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Shane Kilkelly, Sid Kapur, Somelauw, Soobin Rho, sorawee, SteveJobzniak,
Hwang, Swaroop C H, Sylvain Benner, Szunti, Tim Stewart, timor, TinySong, Sunghyun Hwang, Swaroop C H, Sylvain Benner, Szunti, Tim Stewart, timor,
Titov Andrey, Thomas de Beauchêne, Tomasz Cichocinski, tzhao11, Vincent Taing, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz Cichocinski, tzhao11,
Vlad Bokov, Vladimir Kochnev, Wieland Hoffmann, Xiang Ji, Yi Liu, zer09, Zhige Vincent Taing, Vlad Bokov, Vladimir Kochnev, Wieland Hoffmann, Xiang Ji,
Xin, Serghei Iakovlev) Yi Liu, zer09, Zhige Xin, Serghei Iakovlev)
*** Release notes summarized *** Release notes summarized
Thanks to: Grant Shangreaux, Songpeng Zu, Igor Almeida, Miciah Dashiel Butler Thanks to: Grant Shangreaux, Songpeng Zu, Igor Almeida, Miciah Dashiel Butler
Masters, Abhishek(Compro) Prasad, Deepak Khidia, Ward Harris, Jiahao Jiang, Masters, Abhishek(Compro) Prasad, Deepak Khidia, Ward Harris, Jiahao Jiang,

View File

@ -151,6 +151,10 @@ in =user-init=, and any variable that Spacemacs explicitly sets but you wish to
Anything that isnt just setting a variable should 99% be in =user-config=. Anything that isnt just setting a variable should 99% be in =user-config=.
Note that at time of writing files supplied as command line arguments to emacs
will be read before =user-config= is executed. (Hence to yield consistent
behaviour, mode hooks should be set in =user-init=.)
** Why do some of my =org=-related settings cause problems? ** Why do some of my =org=-related settings cause problems?
Since version 0.104, spacemacs uses the =org= version from the org ELPA Since version 0.104, spacemacs uses the =org= version from the org ELPA
repository instead of the one shipped with emacs. Then, any =org= related code repository instead of the one shipped with emacs. Then, any =org= related code