mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -1,13 +1,14 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/markdown/packages.el
|
;;; lang/markdown/packages.el
|
||||||
|
|
||||||
(package! markdown-mode :pin "e9dff50d57")
|
(package! markdown-mode :pin "c927a114b1b23cf7538181d62fd14679cce7fa25")
|
||||||
(package! markdown-toc :pin "7038f4f6d5")
|
(package! markdown-toc :pin "eda9650a1bf0015e52e9678bd92b0a8beb1d7d71")
|
||||||
(package! edit-indirect :pin "935ded353b")
|
(package! edit-indirect :pin "935ded353b9ed3da67bc61abf245c21b58d88864")
|
||||||
|
|
||||||
(when (featurep! +grip)
|
(when (featurep! +grip)
|
||||||
(package! grip-mode :pin "9615c47747"))
|
(package! grip-mode :pin "9615c4774727a719d38313a679d70f2a2c6aca68"))
|
||||||
|
|
||||||
(when (featurep! :editor evil +everywhere)
|
(when (featurep! :editor evil +everywhere)
|
||||||
(package! evil-markdown
|
(package! evil-markdown
|
||||||
:recipe (:host github :repo "Somelauw/evil-markdown") :pin "46cd81b379"))
|
:recipe (:host github :repo "Somelauw/evil-markdown")
|
||||||
|
:pin "46cd81b37991c4325fc24015a610f832b0ff995d"))
|
||||||
|
Reference in New Issue
Block a user