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

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

[nongnu] elpa/markdown-mode 0517340: markdown-mode.el: add the "markdown


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 0517340: markdown-mode.el: add the "markdown_py" into default initialize-list for "markdown-command"
Date: Sat, 20 Feb 2021 08:57:08 -0500 (EST)

branch: elpa/markdown-mode
commit 051734091aba17a54af96b81beebdbfc84c26459
Author: lin.sun <sunlin7@yahoo.com>
Commit: Jason Blevins <jblevins@xbeta.org>

    markdown-mode.el: add the "markdown_py" into default initialize-list for 
"markdown-command"
    
    `markdown_py` is another popular markdown CLI, add it into default 
initialize-list for "markdown-command" should be convenient for many users.
---
 markdown-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/markdown-mode.el b/markdown-mode.el
index 67175ef..6775bfa 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -92,7 +92,7 @@ Any changes to the output buffer made by this hook will be 
saved.")
   :group 'text
   :link '(url-link "https://jblevins.org/projects/markdown-mode/";))
 
-(defcustom markdown-command (let ((command (cl-loop for cmd in '("markdown" 
"pandoc")
+(defcustom markdown-command (let ((command (cl-loop for cmd in '("markdown" 
"pandoc" "markdown_py")
                                                     when (executable-find cmd)
                                                     return 
(file-name-nondirectory it))))
                               (or command "markdown"))



reply via email to

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