[Emacs] Add coffee script support

This commit is contained in:
Ivan Malison 2017-05-09 11:55:41 -07:00
parent 03d4ea76ac
commit 4c2dbc387a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2661,6 +2661,11 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
(interactive)
(delete-process "tern"))
#+END_SRC
*** coffee script
#+BEGIN_SRC emacs-lisp
(use-package coffee-mode
:mode "\\.coffee\\'")
#+END_SRC
*** rust
#+BEGIN_SRC emacs-lisp
(use-package rust-mode