[PLUG] Emacs mode issue: Markdown
Johnathan Mantey
manteyjg at gmail.com
Mon Nov 28 21:08:56 UTC 2022
That's why I specifically emphasized "like this". I was not giving a recipe
to follow, not a pastable piece of code.
On Mon, Nov 28, 2022 at 12:48 PM Rich Shepard <rshepard at appl-ecosys.com>
wrote:
> On Mon, 28 Nov 2022, Johnathan Mantey wrote:
>
> > Emacs will search ~/.emacs.d for ELisp source by default.There is no need
> > to add it to the load-path variable.
>
> Johnathan,
>
> That's why I wondered why this language stanza has the explicit load path.
> Yet, without that add-to-list I don't get the specific colorization that
> the
> Markdown.el provides.
>
> > I would use code *like this* to add Markdown to the auto-mode-alist:
> > (add-to-list 'auto-mode-alist '("\\.html\\'" . web-mode))
>
> But markdown uses the .md extension, not .html.
>
> Thanks,
>
> Rich
>
More information about the PLUG
mailing list