Pin markdown-mode to stable versions
I need this to work, and not necessarily the latest features.
This commit is contained in:
parent
29792b736c
commit
38ed7dee62
1
init.el
1
init.el
@ -2863,6 +2863,7 @@ eventuelly be set to nil, however)."
|
|||||||
|
|
||||||
(use-package markdown-mode
|
(use-package markdown-mode
|
||||||
:ensure t
|
:ensure t
|
||||||
|
:pin "melpa-stable"
|
||||||
:commands (markdown-mode)
|
:commands (markdown-mode)
|
||||||
:init (progn
|
:init (progn
|
||||||
(setq markdown-use-pandoc-style-yaml-metadata t
|
(setq markdown-use-pandoc-style-yaml-metadata t
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user