summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-11-03 17:17:39 +0100
committerAlan Pearce2015-11-03 17:17:39 +0100
commit0f36ecdade396e397c19b13309c7d9743bd0cedd (patch)
treed1e5e88c60e203d9b7b97071e0bb05e31c634f82 /tag-emacs
parent2bb8756607edcc0ad7ee0e5b2f0e47d9b30a764f (diff)
downloaddotfiles-0f36ecdade396e397c19b13309c7d9743bd0cedd.tar.lz
dotfiles-0f36ecdade396e397c19b13309c7d9743bd0cedd.tar.zst
dotfiles-0f36ecdade396e397c19b13309c7d9743bd0cedd.zip
Emacs: Install and configure coffee-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 42332b8..e36d3a5 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1963,6 +1963,13 @@ it though
   (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