Add typescript-mode
This commit is contained in:
11
modules/init-typescript.el
Normal file
11
modules/init-typescript.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;;; init-typescript.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
;; typescript-mode
|
||||
(use-package typescript-mode
|
||||
:mode ("\\.ts\\'" . typescript-mode))
|
||||
|
||||
(provide 'init-typescript)
|
||||
;;; init-typescript.el ends here
|
||||
Reference in New Issue
Block a user