bump: :lang markdown
Fanael/edit-indirect@e3d86416bc -> Fanael/edit-indirect@f80f63822f jrblevin/markdown-mode@521658eb32 -> jrblevin/markdown-mode@1f709778ac seagle0128/grip-mode@6b427143a8 -> seagle0128/grip-mode@6d6ddbe0af
This commit is contained in:
parent
438483c4eb
commit
2180d44a26
2 changed files with 4 additions and 3 deletions
|
@ -24,6 +24,7 @@ capture, the end position, and the output buffer.")
|
|||
markdown-asymmetric-header t
|
||||
markdown-gfm-additional-languages '("sh")
|
||||
markdown-make-gfm-checkboxes-buttons t
|
||||
markdown-fontify-whole-heading-line t
|
||||
|
||||
;; HACK Due to jrblevin/markdown-mode#578, invoking `imenu' throws a
|
||||
;; 'wrong-type-argument consp nil' error if you use native-comp.
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/markdown/packages.el
|
||||
|
||||
(package! markdown-mode :pin "521658eb32e456681592443e04ae507c3a59ed07")
|
||||
(package! markdown-mode :pin "1f709778ac7990f4a07fdf11fe37bc6541810b29")
|
||||
(package! markdown-toc :pin "3d724e518a897343b5ede0b976d6fb46c46bcc01")
|
||||
(package! edit-indirect :pin "e3d86416bcf8ddca951d7d112e57ad30c5f9a081")
|
||||
(package! edit-indirect :pin "f80f63822ffae78de38dbe72cacaeb1aaa96c732")
|
||||
|
||||
(when (featurep! +grip)
|
||||
(package! grip-mode :pin "6b427143a8f61bb0b5dd070d554e5058130d15ff"))
|
||||
(package! grip-mode :pin "6d6ddbe0af39c82a633add8499488ad8dc9e1daa"))
|
||||
|
||||
(when (featurep! :editor evil +everywhere)
|
||||
(package! evil-markdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue