all repos — nixfiles @ 0f36ecdade396e397c19b13309c7d9743bd0cedd

System and user configuration, managed by nix and home-manager

Emacs: Install and configure coffee-mode

Alan Pearce
commit

0f36ecdade396e397c19b13309c7d9743bd0cedd

parent

2bb8756607edcc0ad7ee0e5b2f0e47d9b30a764f

1 file changed, 7 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1963,6 +1963,13 @@
(add-to-list 'auto-mode-alist '("composer\\.lock" . js-mode)) #+END_SRC +*** coffee-mode + +#+BEGIN_SRC emacs-lisp + (req-package coffee-mode + :mode ("\\.coffee\\'" . coffee-mode)) +#+END_SRC + *** tern Tern understands javascript. It adds really clever documented