diff options
| author | Christian Cleberg <[email protected]> | 2025-04-01 21:45:20 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-04-01 21:45:20 -0500 |
| commit | 9061191da87f742248a9453505f99f70c8783cac (patch) | |
| tree | cff7d9a3f5c6dd64a8273c6289b9ec48ae0fd4ad /content/blog/2024-03-13-doom-emacs.org | |
| parent | 54ecf3762d22ac492f7a9a72c65423f26d5ae6cf (diff) | |
| download | cleberg.net-9061191da87f742248a9453505f99f70c8783cac.tar.gz cleberg.net-9061191da87f742248a9453505f99f70c8783cac.tar.bz2 cleberg.net-9061191da87f742248a9453505f99f70c8783cac.zip | |
update image URIs
Diffstat (limited to 'content/blog/2024-03-13-doom-emacs.org')
| -rw-r--r-- | content/blog/2024-03-13-doom-emacs.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/2024-03-13-doom-emacs.org b/content/blog/2024-03-13-doom-emacs.org index 1b83488..2f2dc92 100644 --- a/content/blog/2024-03-13-doom-emacs.org +++ b/content/blog/2024-03-13-doom-emacs.org @@ -12,10 +12,10 @@ and the help pane open at the bottomm. The themes are =doom-homage-white= and =doom-homage-black=. #+caption: Doom Emacs Light Mode -[[https://img.cmc.pub/blog/20240314-doom-emacs/light.png]] +[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240314-doom-emacs/light.png]] #+caption: Doom Emacs Dark Mode -[[https://img.cmc.pub/blog/20240314-doom-emacs/dark.png]] +[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240314-doom-emacs/dark.png]] ** Getting Started @@ -183,7 +183,7 @@ been slowly adoping some Python and general web dev tools as well. *** Markdown #+caption: Markdown Preview -[[https://img.cmc.pub/blog/20240314-doom-emacs/markdown.png]] +[[https://media.githubusercontent.com/media/ccleberg/img/main/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. @@ -205,7 +205,7 @@ things like link hiding. *** Org-Mode #+caption: Org-Mode Preview -[[https://img.cmc.pub/blog/20240314-doom-emacs/org.png]] +[[https://media.githubusercontent.com/media/ccleberg/img/main/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. |
