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.org | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index 3fdda74..424cdcd 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1783,15 +1783,18 @@ usings tabs for indentation (C, C++ and Go). Slim and SCSS. #+BEGIN_SRC elisp - (use-package slim-mode - :ensure t) +(use-package slim-mode + :ensure t) - (use-package scss-mode - :ensure t - :config +(use-package scss-mode + :ensure t + :config - (setq scss-compile-at-save nil) - (add-hook 'yaml-mode-hook 'warnings-mode-hook)) + (setq scss-compile-at-save nil) + (add-hook 'yaml-mode-hook 'warnings-mode-hook)) + +(use-package coffee-mode + :ensure t) #+END_SRC Languages specific for backend code like PHP, and =web-mode=, which provides a -- cgit v1.2.3