mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
14 lines
315 B
EmacsLisp
14 lines
315 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/markdown/packages.el
|
|
|
|
(package! markdown-mode)
|
|
(package! markdown-toc)
|
|
(package! edit-indirect)
|
|
|
|
(when (featurep! +grip)
|
|
(package! grip-mode))
|
|
|
|
(when (featurep! :editor evil +everywhere)
|
|
(package! evil-markdown
|
|
:recipe (:host github :repo "Somelauw/evil-markdown")))
|