cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
30738e2d43f9edee1cc5e5473697ff09bfff920b
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2024-03-14T16:29:51Z
content/blog/2024-03-13-doom-emacs.md | 4 ++++ 1 file changed, 4 insertions(+) @@ -192,6 +192,8 @@ been slowly adoping some Python and general web dev tools as well. ### Markdown + + Markdown is fairly simple as the syntax is limited, so just make sure the `~/.doom.d/init.el` includes the `markdown` declaration in the `:lang` section. @@ -211,6 +213,8 @@ things like link hiding. ### Org-Mode + + Similar to the markdown section above, ensure that the `~/.doom.d/init.el` includes the `org` declaration in the `:lang` section.