Update haml-mode functions

This commit is contained in:
Tom Willemse 2014-12-10 17:12:10 +01:00
parent f5fbe7ed7e
commit 4edb26c381

View file

@ -1122,6 +1122,14 @@
(add-hook 'haml-mode-hook #'oni:electric-pair-local-mode)
#+END_SRC
- Check syntax on the fly
#+BEGIN_SRC emacs-lisp
(declare-function flycheck-mode "flycheck")
(add-hook 'haml-mode-hook #'flycheck-mode)
#+END_SRC
** Ruby
- Automatically match parentheses and other delimiters.
@ -1133,8 +1141,6 @@
- Enable flycheck
#+BEGIN_SRC emacs-lisp
(declare-function flycheck-mode "flycheck")
(add-hook 'ruby-mode-hook #'flycheck-mode)
#+END_SRC
@ -1146,7 +1152,6 @@
(setq ruby-align-chained-calls t)
#+END_SRC
** Coffee
- Automatically match parentheses and other delimiters.