You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merely having poly-markdown installed shouldn't cause it to replace markdown-mode. That should only happen if (require 'poly-markdown) actually runs. But because the addition to auto-mode-alist is marked autoload, just installing poly-markdown causes it to effectively replace markdown-mode:
Merely having poly-markdown installed shouldn't cause it to replace markdown-mode. That should only happen if
(require 'poly-markdown)
actually runs. But because the addition to auto-mode-alist is marked autoload, just installing poly-markdown causes it to effectively replace markdown-mode:The
;;;###autoload
part should be removed.The text was updated successfully, but these errors were encountered: