[Emacs] Fix variable not correctly set

This commit is contained in:
2022-12-16 14:42:41 +01:00
parent 4ab766b657
commit 0130f0fabd

View File

@@ -7590,7 +7590,7 @@ And finally, here is a formatter for Javascript.
:after (rjsx-mode web-mode typescript-mode)
:hook ((rjsx-mode typescript-mode) . prettier-js-mode)
:config
(csetq prettier-js-args '("--single-quote" "--jsx-single-quote")))
(setq prettier-js-args '("--single-quote" "--jsx-single-quote")))
#+end_src
***** Typescript