From 354341f853746d3b7f06d424266af006cf347aaa Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:09:50 -0400 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d4c2415..2190314 100644 --- a/README.md +++ b/README.md @@ -937,9 +937,6 @@ To configure **markdown-mode**, add the following to `~/.emacs.d/post-init.el`: :mode (("\\.markdown\\'" . markdown-mode) ("\\.md\\'" . markdown-mode) ("README\\.md\\'" . gfm-mode)) - :init - (setq markdown-command "multimarkdown") - :bind (:map markdown-mode-map ("C-c C-e" . markdown-do)))