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 <[email protected]> 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 >
