branch: elpa/jade-mode
commit fd367b948965a018c27bca6d093f0249d38b7087
Author: USAMI Kenta <[email protected]>
Commit: USAMI Kenta <[email protected]>

    Remove unnecessary code from README
---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c8dd93dee8..0a747030ed 100644
--- a/README.md
+++ b/README.md
@@ -64,9 +64,8 @@ Add the following lines to any of your initialization files
 
     (add-to-list 'load-path "~/.emacs.d/vendor/jade-mode")
     (require 'sws-mode)
-    (require 'jade-mode)    
-    (add-to-list 'auto-mode-alist '("\\.styl$" . sws-mode))
-    (add-to-list 'auto-mode-alist '("\\.jade$" . jade-mode))
+    (require 'jade-mode)
+    (add-to-list 'auto-mode-alist '("\\.styl\\'" . sws-mode))
 
 ### Flymake support
 

Reply via email to