emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/jade-mode fd367b9489 076/128: Remove unnecessary code from


From: ELPA Syncer
Subject: [nongnu] elpa/jade-mode fd367b9489 076/128: Remove unnecessary code from README
Date: Sat, 29 Jan 2022 08:24:48 -0500 (EST)

branch: elpa/jade-mode
commit fd367b948965a018c27bca6d093f0249d38b7087
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    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

[Prev in Thread] Current Thread [Next in Thread]