From 5a7c3f83e014a799fe1a3c33e42d0aee5feb9c9f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Feb 2017 12:32:46 +0100 Subject: emacs: added coffee-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'emacs/init.html') diff --git a/emacs/init.html b/emacs/init.html index 93696c1..eea094a 100644 --- a/emacs/init.html +++ b/emacs/init.html @@ -4,7 +4,7 @@ mssola's GNU Emacs configuration - + @@ -2510,6 +2510,9 @@ Slim and SCSS. (setq scss-compile-at-save nil) (add-hook 'yaml-mode-hook 'warnings-mode-hook)) + +(use-package coffee-mode + :ensure t) @@ -2740,7 +2743,7 @@ along with this program. If not, see < -- cgit v1.2.3