js2-mode (0.0~git20240908.62d6cb1-1) unstable; urgency=medium Emacs has been providing Tree-sitter based major modes since version 29 and shipped with js-ts-mode, json-ts-mode, tsx-ts-mode, etc. Therefore since this version of js2-mode it no longer automatically enables itself with `*.js' file through auto-mode-alist anymore. People who wish to continue using js2-mode are advised to add the following to their init file: (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode)) -- Xiyue Deng Mon, 11 Nov 2024 16:55:17 -0800