forked from colonelpanic/dotfiles
[Emacs] Add typescript
This commit is contained in:
parent
d176db381b
commit
a0eba20a4e
@ -2661,6 +2661,11 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
|
|||||||
(interactive)
|
(interactive)
|
||||||
(delete-process "tern"))
|
(delete-process "tern"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** typescript
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package typescript-mode
|
||||||
|
:mode "\\.ts\\'")
|
||||||
|
#+END_SRC
|
||||||
*** coffee script
|
*** coffee script
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package coffee-mode
|
(use-package coffee-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user