summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-31 23:03:11 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-31 23:22:00 +0200
commit780796232dbd5a903a4d622808c64a88aa68d1a0 (patch)
tree4883161eac49c2d1b8a9591b11d6a2e4dc730eda /app-emacs/markdown-mode
parentapp-text/pandoc-bin: bump to 3.1.7 (diff)
downloadgentoo-780796232dbd5a903a4d622808c64a88aa68d1a0.tar.gz
gentoo-780796232dbd5a903a4d622808c64a88aa68d1a0.tar.bz2
gentoo-780796232dbd5a903a4d622808c64a88aa68d1a0.zip
app-emacs/markdown-mode: remove old patch
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/markdown-mode')
-rw-r--r--app-emacs/markdown-mode/files/markdown-mode-2.4-markdown-command.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-emacs/markdown-mode/files/markdown-mode-2.4-markdown-command.patch b/app-emacs/markdown-mode/files/markdown-mode-2.4-markdown-command.patch
deleted file mode 100644
index 1ae481d6c094..000000000000
--- a/app-emacs/markdown-mode/files/markdown-mode-2.4-markdown-command.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-dev-python/markdown2 and dev-python/markdown install their commands
-as markdown2 and markdown_py, respectively.
-
---- markdown-mode-2.4-orig/markdown-mode.el
-+++ markdown-mode-2.4/markdown-mode.el
-@@ -90,7 +90,7 @@
- :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" "markdown2" "markdown_py")
- when (executable-find cmd)
- return (file-name-nondirectory it))))
- (or command "markdown"))