[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72069: [PATCH] Move configuration of auto-mode-alist out of js-ts-mo
From: |
Damien Cassou |
Subject: |
bug#72069: [PATCH] Move configuration of auto-mode-alist out of js-ts-mode |
Date: |
Fri, 12 Jul 2024 09:58:45 +0200 |
Tags: patch
Hi,
The current version of the code requires the `js-ts-mode' function to
have already been executed for `auto-mode-alist' to contain an entry for
".jsx" files. The patch makes sure that `auto-mode-alist' is updates
when js.el is loaded.
Best
--
Damien Cassou
"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
0001-Move-configuration-of-auto-mode-alist-out-of-js-ts-m.patch
Description: Text Data
- bug#72069: [PATCH] Move configuration of auto-mode-alist out of js-ts-mode,
Damien Cassou <=