aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-03-13-doom-emacs.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-03-14 11:29:51 -0500
committerChristian Cleberg <hello@cleberg.net>2024-03-14 11:29:51 -0500
commit08404720523e69f62ea1562afdafeb0c6fc0e68c (patch)
tree775f47d23b7c6eae209210645d8cc7fb434f8232 /content/blog/2024-03-13-doom-emacs.md
parent380430514681773fd46b5a7c14caedf7f5cd4e8b (diff)
downloadcleberg.net-08404720523e69f62ea1562afdafeb0c6fc0e68c.tar.gz
cleberg.net-08404720523e69f62ea1562afdafeb0c6fc0e68c.tar.bz2
cleberg.net-08404720523e69f62ea1562afdafeb0c6fc0e68c.zip
add plain text previews to doom-emacs post
Diffstat (limited to 'content/blog/2024-03-13-doom-emacs.md')
-rw-r--r--content/blog/2024-03-13-doom-emacs.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/blog/2024-03-13-doom-emacs.md b/content/blog/2024-03-13-doom-emacs.md
index 04ac005..1e145e9 100644
--- a/content/blog/2024-03-13-doom-emacs.md
+++ b/content/blog/2024-03-13-doom-emacs.md
@@ -192,6 +192,8 @@ been slowly adoping some Python and general web dev tools as well.
### Markdown
+![Markdown Preview](https://img.cleberg.net/blog/20240314-doom-emacs/markdown.png)
+
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
+![Org-Mode Preview](https://img.cleberg.net/blog/20240314-doom-emacs/org.png)
+
Similar to the markdown section above, ensure that the `~/.doom.d/init.el`
includes the `org` declaration in the `:lang` section.