diff --git a/doc/FAQ.org b/doc/FAQ.org index 7905aa53e..4558c5458 100644 --- a/doc/FAQ.org +++ b/doc/FAQ.org @@ -152,7 +152,7 @@ in =user-init=, and any variable that Spacemacs explicitly sets but you wish to Anything that isn’t 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 +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? diff --git a/layers/+lang/javascript/README.org b/layers/+lang/javascript/README.org index be1f3f524..4f80e7e65 100644 --- a/layers/+lang/javascript/README.org +++ b/layers/+lang/javascript/README.org @@ -121,9 +121,9 @@ Formatter can be chosen on a per project basis using directory local variables You can choose formatting tool: #+BEGIN_SRC elisp -(setq-default dotspacemacs-configuration-layers '( - (javascript :variables - javascript-fmt-tool 'prettier))) + (setq-default dotspacemacs-configuration-layers '( + (javascript :variables + javascript-fmt-tool 'prettier))) #+END_SRC Default is =’web-beautify=.