Dotfiles/site-modules/core/files/emacs
Ade Attwood e48e616c6e fix(emacs): create typescript-tsx-mode
When editing typescript jsx files I was previously using rjsx-mode to
get the jsx highlighting and emmet `className` support. This now
splits out the tsx to ts like other packages like spacemacs and doom
do. This gives me better jsx support with typescript and not impacting
the ts mode that dose not play nicely with jsx.

This seems to be working better with the snippets I created for
spacemacs that works with rjsx-mode and override any functions that
need it for typescript-tsx-mode
2021-05-01 14:26:21 +01:00
..
snippets feat(emacs): add code files to move away from spacemacs 2021-03-16 20:12:46 +00:00
src fix(emacs): create typescript-tsx-mode 2021-05-01 14:26:21 +01:00
.gitignore fix(emacs): move custom-set-variables out of the init.el 2021-04-16 20:49:53 +01:00
init.el fix(emacs): move custom-set-variables out of the init.el 2021-04-16 20:49:53 +01:00
spacemacs feat(emacs): add code files to move away from spacemacs 2021-03-16 20:12:46 +00:00