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

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

[nongnu] elpa/markdown-mode 288aff5 1/2: Simplify sample config


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 288aff5 1/2: Simplify sample config
Date: Mon, 5 Apr 2021 11:57:10 -0400 (EDT)

branch: elpa/markdown-mode
commit 288aff5e6e6664f2c17f9012cefc8abc5c41a233
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Shohei YOSHIDA <syohex@gmail.com>

    Simplify sample config
---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ed367a3..b3c21c3 100644
--- a/README.md
+++ b/README.md
@@ -79,9 +79,7 @@ example; adjust settings as desired):
 ```lisp
 (use-package markdown-mode
   :ensure t
-  :mode (("\\.md\\'" . markdown-mode)
-         ("\\.markdown\\'" . markdown-mode)
-         ("README\\.md\\'" . gfm-mode))
+  :mode ("README\\.md\\'" . gfm-mode)
   :init (setq markdown-command "multimarkdown"))
 ```
 



reply via email to

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