diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-02 16:14:48 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-02 16:14:48 -0500 |
commit | cfd90d4afe1bf3cc725dde8a872f3ac7238a5727 (patch) | |
tree | 60580b775dd55d8fd1eb124115ee21b90cfb4edf /content/blog/2024-03-13-doom-emacs.org | |
parent | 8fad949471ce31d5fa20c22bc3c4b8ed92ffcbb0 (diff) | |
download | cleberg.net-cfd90d4afe1bf3cc725dde8a872f3ac7238a5727.tar.gz cleberg.net-cfd90d4afe1bf3cc725dde8a872f3ac7238a5727.tar.bz2 cleberg.net-cfd90d4afe1bf3cc725dde8a872f3ac7238a5727.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 04e9989..0b8f437 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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240314-doom-emacs/light.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240314-doom-emacs/light.png]] #+caption: Doom Emacs Dark Mode -[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240314-doom-emacs/dark.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240314-doom-emacs/markdown.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240314-doom-emacs/org.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/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. |