aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-02-21 12:32:46 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-02-21 12:32:46 +0100
commit5a7c3f83e014a799fe1a3c33e42d0aee5feb9c9f (patch)
treefd5d114696226777e7ce4325b3a295d3db77170c /emacs/init.org
parentec6b1ec4e18a2930ce74a549f3ccd16f5ba54f5b (diff)
downloaddotfiles-5a7c3f83e014a799fe1a3c33e42d0aee5feb9c9f.tar.gz
dotfiles-5a7c3f83e014a799fe1a3c33e42d0aee5feb9c9f.zip
emacs: added coffee-mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org17
1 files changed, 10 insertions, 7 deletions
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