Add markdown-mode explicitly
This commit is contained in:
parent
0501d3ed9a
commit
b37dc5e31d
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -288,6 +288,9 @@
|
|||
(use-package json-mode
|
||||
:straight t)
|
||||
|
||||
(use-package markdown-mode
|
||||
:straight t)
|
||||
|
||||
(use-package cmake-mode
|
||||
:straight t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue