Bump :lang markdown

ardumont/markdown-toc@7038f4f -> ardumont/markdown-toc@eda9650
jrblevin/markdown-mode@e9dff50 -> jrblevin/markdown-mode@c927a11

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
This commit is contained in:
Henrik Lissner 2020-04-30 19:14:30 -04:00
parent ba8892d7e9
commit 5e904319fd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,13 +1,14 @@
;; -*- no-byte-compile: t; -*-
;;; lang/markdown/packages.el
(package! markdown-mode :pin "e9dff50d57")
(package! markdown-toc :pin "7038f4f6d5")
(package! edit-indirect :pin "935ded353b")
(package! markdown-mode :pin "c927a114b1b23cf7538181d62fd14679cce7fa25")
(package! markdown-toc :pin "eda9650a1bf0015e52e9678bd92b0a8beb1d7d71")
(package! edit-indirect :pin "935ded353b9ed3da67bc61abf245c21b58d88864")
(when (featurep! +grip)
(package! grip-mode :pin "9615c47747"))
(package! grip-mode :pin "9615c4774727a719d38313a679d70f2a2c6aca68"))
(when (featurep! :editor evil +everywhere)
(package! evil-markdown
:recipe (:host github :repo "Somelauw/evil-markdown") :pin "46cd81b379"))
:recipe (:host github :repo "Somelauw/evil-markdown")
:pin "46cd81b37991c4325fc24015a610f832b0ff995d"))