Henrik Lissner 2022-06-18 15:15:12 +02:00
parent 438483c4eb
commit 2180d44a26
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 4 additions and 3 deletions

View file

@ -24,6 +24,7 @@ capture, the end position, and the output buffer.")
markdown-asymmetric-header t markdown-asymmetric-header t
markdown-gfm-additional-languages '("sh") markdown-gfm-additional-languages '("sh")
markdown-make-gfm-checkboxes-buttons t markdown-make-gfm-checkboxes-buttons t
markdown-fontify-whole-heading-line t
;; HACK Due to jrblevin/markdown-mode#578, invoking `imenu' throws a ;; HACK Due to jrblevin/markdown-mode#578, invoking `imenu' throws a
;; 'wrong-type-argument consp nil' error if you use native-comp. ;; 'wrong-type-argument consp nil' error if you use native-comp.

View file

@ -1,12 +1,12 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; lang/markdown/packages.el ;;; lang/markdown/packages.el
(package! markdown-mode :pin "521658eb32e456681592443e04ae507c3a59ed07") (package! markdown-mode :pin "1f709778ac7990f4a07fdf11fe37bc6541810b29")
(package! markdown-toc :pin "3d724e518a897343b5ede0b976d6fb46c46bcc01") (package! markdown-toc :pin "3d724e518a897343b5ede0b976d6fb46c46bcc01")
(package! edit-indirect :pin "e3d86416bcf8ddca951d7d112e57ad30c5f9a081") (package! edit-indirect :pin "f80f63822ffae78de38dbe72cacaeb1aaa96c732")
(when (featurep! +grip) (when (featurep! +grip)
(package! grip-mode :pin "6b427143a8f61bb0b5dd070d554e5058130d15ff")) (package! grip-mode :pin "6d6ddbe0af39c82a633add8499488ad8dc9e1daa"))
(when (featurep! :editor evil +everywhere) (when (featurep! :editor evil +everywhere)
(package! evil-markdown (package! evil-markdown