Utah, USA
Note: I am moving away from SourceHut to Codeberg.
Comment by ~ashton314 on ~ashton314/emacs-bedrock
Hey, thanks for the detailed reply.
OK, looks like
major-mode-remap-alist
is set properly. Once you add theauto-mode-alist
lines, does everything work as expected? Or, are you still having to manually enabletypescript-ts-mode
when opening up a.ts
file?
Comment by ~ashton314 on ~ashton314/emacs-bedrock
You can find this out with
M-x describe-variable RET major-mode-remap-alist
This variable controls when/how ts modes get activated. This gets set in the dev extra file. I presume you’re loading this file?
Comment by ~ashton314 on ~ashton314/emacs-bedrock
What is the value of
major-mode-remap-alist
?
Comment by ~ashton314 on ~ashton314/emacs-bedrock
REPORTED
RESOLVED CLOSEDComment by ~ashton314 on ~ashton314/emacs-bedrock
Fixed! There's something strange going on with how Eshell defines its keymaps, so I found a work-around. Please see release 1.3.1. Thanks for reporting!
REPORTED
RESOLVED FIXEDComment by ~ashton314 on ~ashton314/emacs-bedrock
REPORTED
RESOLVED CLOSEDComment by ~ashton314 on ~ashton314/emacs-bedrock
Wonderful! Sorry that was a problem for such a long time. Would you mind pasting what you changed?
Comment by ~ashton314 on ~ashton314/emacs-bedrock
Have you run
M-x treesit-install-language-grammar
?There's a comment at the top of the
dev.el
extra file to run this. TBH the situation with built-in treesitter isn't the best.
Comment by ~ashton314 on ~ashton314/emacs-bedrock
Closed by 96a69db
Thank you so much for suggesting this! I've added this customization to my personal config and I love it!
REPORTED
RESOLVED CLOSED