Eli Zaretskii writes: >> Cc: luangruo@yahoo.com, 62155@debbugs.gnu.org >> From: Wilhelm Kirschbaum >> Date: Mon, 13 Mar 2023 15:08:10 +0200 >> >> I can see there is still an issue with loading heex-ts-mode >> from >> elixir-ts-mode, but not quite sure how to >> immediately resolve it. I will have a look in a couple of >> hours. > > One possibility is to add defvar for each variable defined by > heex-ts-mode that elixir-ts-mode needs to use, and remove the > require > of heex-ts-mode. Since heex-ts-mode is loaded at run time, I > think > this should be enough. > Thank you, this seems to work well.