From 38ed7dee625f5940af567a0e4a7ae0a9adcfcd1e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 10 Sep 2024 18:19:43 +0200 Subject: [PATCH] Pin `markdown-mode` to stable versions I need this to work, and not necessarily the latest features. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index ae99c23..dd65a2c 100644 --- a/init.el +++ b/init.el @@ -2863,6 +2863,7 @@ eventuelly be set to nil, however)." (use-package markdown-mode :ensure t + :pin "melpa-stable" :commands (markdown-mode) :init (progn (setq markdown-use-pandoc-style-yaml-metadata t