[PLUG] Emacs mode issue: Markdown

Johnathan Mantey manteyjg at gmail.com
Mon Nov 28 21:49:08 UTC 2022


FWIW, I tested the following:
(add-to-list 'load-path "~/.emacs.d/elpa/markdown-mode-20221105.236")
(autoload 'markdown-mode "markdown-mode.el"
  "Major mode for editing Markdown files" t)
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))

Using the ELPA version of the markdown source invokes syntax highlighting.

On Mon, Nov 28, 2022 at 1:30 PM Rich Shepard <rshepard at appl-ecosys.com>
wrote:

> On Mon, 28 Nov 2022, Johnathan Mantey wrote:
>
> > That's why I specifically emphasized "like this". I was not giving a
> recipe
> > to follow, not a pastable piece of code.
>
> Johnathan,
>
> I thought so but wasn't certain. So I asked,
>
> Thanks,
>
> Rich
>



More information about the PLUG mailing list