Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spacemacs で .js ファイルを開くたびに、デフォルトのモードはweb-mode. しかし、私が欲しいのはreact-mode.
web-mode
react-mode
これを達成する方法はありますか?ありがとう。
#4751からいくつかの情報を見つけました。
(add-to-list 'auto-mode-alist '("\\.js\\'" . react-mode))に追加するだけdocspacemacs/user-configです.spacemacs。
(add-to-list 'auto-mode-alist '("\\.js\\'" . react-mode))
docspacemacs/user-config
.spacemacs