diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-02-21 12:32:46 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-02-21 12:32:46 +0100 |
| commit | 5a7c3f83e014a799fe1a3c33e42d0aee5feb9c9f (patch) | |
| tree | fd5d114696226777e7ce4325b3a295d3db77170c /emacs/init.org | |
| parent | ec6b1ec4e18a2930ce74a549f3ccd16f5ba54f5b (diff) | |
| download | dotfiles-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.org | 17 |
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 |
