help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug#73530: GNU Emacs 29.4; Opens scripts in Markdown Mode, if the pa


From: tfed
Subject: Re: bug#73530: GNU Emacs 29.4; Opens scripts in Markdown Mode, if the path mentions `md`
Date: Sat, 28 Sep 2024 16:21:52 +0200 (CEST)

Nope, it was my mistake...

I've added this extra code into my `.emacs` config:

```el
;; My Extra Code

;; Markdown Mode
(autoload 'markdown-mode "markdown-mode.el"
   "Major mode for editing Markdown files" t)
(setq auto-mode-alist
   (cons '("\.md" . markdown-mode) auto-mode-alist))
```


-- 
 Sent with Tuta; enjoy secure & ad-free emails: 
 https://tuta.com


Sep 28, 2024, 15:33 by tfed@tutamail.com:

> Mistook all files that are including `md` two characters in the path,
> as a markdown files.
>
> foo.py = opens in python-mode
> cmd.py, cmds.py = opened within markdown-mode
>
> --
> Sent with Tuta; enjoy secure & ad-free emails:
> https://tuta.com
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]