mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
Wilfred/elisp-def@1ad4baccbf -> Wilfred/elisp-def@2451ed6594 ardumont/markdown-toc@1b0c5ae7f3 -> ardumont/markdown-toc@e3429d3014 beancount/beancount-mode@ddd4b87257 -> beancount/beancount-mode@eb8b9b72a7 jorgenschaefer/emacs-buttercup@c467c659b2 -> jorgenschaefer/emacs-buttercup@cc5a2ab7c7 jrblevin/markdown-mode@90ad4af79a -> jrblevin/markdown-mode@d51c469133 seagle0128/grip-mode@96a927dce6 -> seagle0128/grip-mode@11fecd5b38
18 lines
692 B
EmacsLisp
18 lines
692 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/markdown/packages.el
|
|
|
|
(package! markdown-mode :pin "d51c469133d220823cc6ab50ff8e8743ed6e42fb")
|
|
(package! markdown-toc :pin "e3429d3014655b7d2ff6d5ac12b27d4d94fdcee4")
|
|
|
|
;; Required by `markdown-mode', or it will install it via package.el if it isn't
|
|
;; present when you call `markdown-edit-code-block'.
|
|
(package! edit-indirect :pin "82a28d8a85277cfe453af464603ea330eae41c05")
|
|
|
|
(when (modulep! +grip)
|
|
(package! grip-mode :pin "11fecd5b38c78597ff53a39fb3a090e7c80350fa"))
|
|
|
|
(when (modulep! :editor evil +everywhere)
|
|
(package! evil-markdown
|
|
:recipe (:host github :repo "Somelauw/evil-markdown")
|
|
:pin "8e6cc68af83914b2fa9fd3a3b8472573dbcef477"))
|