[127639] trunk/dports/editors/markdown-mode.el/Portfile

larryv at macports.org larryv at macports.org
Thu Oct 30 19:21:35 PDT 2014


Revision: 127639
          https://trac.macports.org/changeset/127639
Author:   larryv at macports.org
Date:     2014-10-30 19:21:35 -0700 (Thu, 30 Oct 2014)
Log Message:
-----------
markdown-mode.el: Rewrite notes to avoid quoting hell

Modified Paths:
--------------
    trunk/dports/editors/markdown-mode.el/Portfile

Modified: trunk/dports/editors/markdown-mode.el/Portfile
===================================================================
--- trunk/dports/editors/markdown-mode.el/Portfile	2014-10-31 02:21:33 UTC (rev 127638)
+++ trunk/dports/editors/markdown-mode.el/Portfile	2014-10-31 02:21:35 UTC (rev 127639)
@@ -26,9 +26,11 @@
         ${destroot}${prefix}/share/emacs/site-lisp
 }
 
-notes "To use add the following to your ~/.emacs:\n\
-(autoload 'markdown-mode \"markdown-mode\"\n\
-\  \"Major mode for editing Markdown files\" t)\n\
-(add-to-list 'auto-mode-alist '(\"\\\\.markdown\\\\'\" . markdown-mode))\n\
-(add-to-list 'auto-mode-alist '(\"\\\\.md\\\\'\" . markdown-mode))"
+notes {
+To use add the following to your ~/.emacs:
 
+(autoload 'markdown-mode "markdown-mode"
+  "Major mode for editing Markdown files" t)
+(add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode))
+(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141030/927a969e/attachment.html>


More information about the macports-changes mailing list