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

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

Re: yasnippet global mode not active when visiting a markdown buffer


From: Bruno Barbier
Subject: Re: yasnippet global mode not active when visiting a markdown buffer
Date: Fri, 11 Nov 2022 21:06:11 +0100


I'm not using use-package nor markdown-mode.

But why would this:

>> (add-hook 'prog-mode-hook #'yas-minor-mode)

be relevant here ?


markdown-mode is not about programs, it's about text.

IOW, I would try:

  (add-hook 'text-mode-hook #'yas-minor-mode)

or something like that.



Bruno





reply via email to

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