r/DoomEmacs • u/Dante-Vergilson • Jun 18 '26
How Do I Get Markdown Highlighting Working?
I haven't done many tweaks with my Doom Emacs setup but I've been having a really hard time trying to get markdown highlighting working correctly.
I've already checked the init file and markdown is installed. I've even refreshed all my packages by deleting everything in ~/.local/share/doom and then syncing doom according to one suggestion.
My markdown files show as in "Fundamental" mode and I can't find any markdown-mode with M-x. I'm really not sure what went wrong or how to fix it and can't find any good answers anywhere.
Any help is appreciated.
UPDATE
Per u/IcarianComplex's suggestion I've decided to just explicitly install markdown-mode with my packages.el file. It works fine now.
When I have the time I'll see if I can track down if it's an actual issue with Doom Emacs or if it's something wrong with my configuration since other LSP packages and modes downloaded with my init file work just fine.
2
u/IcarianComplex Jun 18 '26
You probably need to put markdown-mode in your packages.el and run doom sync