branch: master
commit cd66bdd94081ba3b46c903abc36c724226cd7c70
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Improve mmm-erb usage instructions
    
    Closes #14
---
 mmm-erb.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mmm-erb.el b/mmm-erb.el
index 10d8e79..f563a5a 100644
--- a/mmm-erb.el
+++ b/mmm-erb.el
@@ -34,10 +34,10 @@
 
 ;; (setq mmm-global-mode 'auto)
 
-;; (mmm-add-mode-ext-class 'html-erb-mode nil 'html-js)
-;; (mmm-add-mode-ext-class 'html-erb-mode nil 'html-css)
 ;; (mmm-add-mode-ext-class 'html-erb-mode "\\.html\\.erb\\'" 'erb)
 ;; (mmm-add-mode-ext-class 'html-erb-mode "\\.jst\\.ejs\\'" 'ejs)
+;; (mmm-add-mode-ext-class 'html-erb-mode nil 'html-js)
+;; (mmm-add-mode-ext-class 'html-erb-mode nil 'html-css)
 
 ;; (add-to-list 'auto-mode-alist '("\\.html\\.erb\\'" . html-erb-mode))
 ;; (add-to-list 'auto-mode-alist '("\\.jst\\.ejs\\'"  . html-erb-mode))

Reply via email to