Fix installation of typescript-mode via prelude-ts (#1398)
This commit is contained in:
parent
98331c14c5
commit
4f880f1e67
2 changed files with 2 additions and 3 deletions
modules
|
@ -30,9 +30,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'prelude-programming)
|
||||
(prelude-require-packages '(tide))
|
||||
|
||||
(require 'typescript-mode)
|
||||
(prelude-require-packages '(tide typescript-mode))
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.ts\\'" . typescript-mode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue