doom: Use newer *-ts-mode in few places

This commit is contained in:
Payas Relekar 2023-11-14 20:08:55 +05:30
parent 329c41bfa9
commit f50c350676

View file

@ -1243,6 +1243,19 @@ When Emacs is opened in Windows Subsystem for Linux, open web links in Firefox o
;; (setq-local company-idle-delay 0.1))))
#+end_src
** Tree-sitter
#+begin_src emacs-lisp :lexical t
(after! emacs
(setq! major-mode-remap-alist
'((yaml-mode . yaml-ts-mode)
(bash-mode . bash-ts-mode)
(js2-mode . js-ts-mode)
(typescript-mode . typescript-ts-mode)
(json-mode . json-ts-mode)
(css-mode . css-ts-mode)
(python-mode . python-ts-mode))))
#+end_src
# Local Variables:
# jinx-local-words: "lockfiles"
# End: