documentation formatting: Sat Apr 27 00:15:28 UTC 2019

This commit is contained in:
emacspace 2019-04-27 00:15:28 +00:00 committed by duianto
parent 28571f4465
commit 6f6b064c7e
2 changed files with 4 additions and 4 deletions

View File

@ -152,7 +152,7 @@ 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 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=.) 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?

View File

@ -121,9 +121,9 @@ Formatter can be chosen on a per project basis using directory local variables
You can choose formatting tool: You can choose formatting tool:
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(setq-default dotspacemacs-configuration-layers '( (setq-default dotspacemacs-configuration-layers '(
(javascript :variables (javascript :variables
javascript-fmt-tool 'prettier))) javascript-fmt-tool 'prettier)))
#+END_SRC #+END_SRC
Default is =web-beautify=. Default is =web-beautify=.