mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-28 04:41:32 -08:00
13 lines
315 B
EmacsLisp
13 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")))
|