Add markdown-mode explicitly

This commit is contained in:
Dimitri Lozeve 2023-03-14 17:09:55 +01:00
parent 0501d3ed9a
commit b37dc5e31d

View file

@ -288,6 +288,9 @@
(use-package json-mode
:straight t)
(use-package markdown-mode
:straight t)
(use-package cmake-mode
:straight t)