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