We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even when (js-mode . js-ts-mode) is in major-mode-remap-alist, visiting a JavaScript file does not automatically switch to js-ts-mode.
(js-mode . js-ts-mode)
major-mode-remap-alist
js-ts-mode
The text was updated successfully, but these errors were encountered:
This might be because in auto-mode-alist, it uses ("\\.js[mx]?\\'" . javascript-mode), even though under C-h m we see js-mode
auto-mode-alist
("\\.js[mx]?\\'" . javascript-mode)
C-h m
js-mode
Sorry, something went wrong.
Fixed in 4fb1efb
renzmann
No branches or pull requests
Even when
(js-mode . js-ts-mode)
is inmajor-mode-remap-alist
, visiting a JavaScript file does not automatically switch tojs-ts-mode
.The text was updated successfully, but these errors were encountered: