[Emacs] Fix variable not correctly set

This commit is contained in:
Lucien Cartier-Tilet 2022-12-16 14:42:41 +01:00
parent 4ab766b657
commit 0130f0fabd
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

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