From 6f6b064c7edf268b0a29045ddde6a4d7bd54699b Mon Sep 17 00:00:00 2001 From: emacspace Date: Sat, 27 Apr 2019 00:15:28 +0000 Subject: [PATCH] documentation formatting: Sat Apr 27 00:15:28 UTC 2019 --- doc/FAQ.org | 2 +- layers/+lang/javascript/README.org | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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=.