[Emacs] Fix variable not correctly set
This commit is contained in:
parent
4ab766b657
commit
0130f0fabd
@ -7590,7 +7590,7 @@ And finally, here is a formatter for Javascript.
|
|||||||
:after (rjsx-mode web-mode typescript-mode)
|
:after (rjsx-mode web-mode typescript-mode)
|
||||||
:hook ((rjsx-mode typescript-mode) . prettier-js-mode)
|
:hook ((rjsx-mode typescript-mode) . prettier-js-mode)
|
||||||
:config
|
:config
|
||||||
(csetq prettier-js-args '("--single-quote" "--jsx-single-quote")))
|
(setq prettier-js-args '("--single-quote" "--jsx-single-quote")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
***** Typescript
|
***** Typescript
|
||||||
|
Loading…
Reference in New Issue
Block a user