This commit is contained in:
Jesús
2022-01-15 13:41:40 -05:00
parent 79b8ed5f81
commit a066539b7f
2 changed files with 10 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
;;; Code:
;; typescript-mode
(use-package tide :ensure t)
(use-package typescript-mode
:mode ("\\.ts\\'" . typescript-mode))