diff options
| author | Christian Cleberg <[email protected]> | 2025-04-30 21:51:51 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-04-30 21:51:51 -0500 |
| commit | 214c9eb07eb78e9cc02d18790400240e01bd2baa (patch) | |
| tree | 329ac4cdc1364fbef3889c2c53b12bf0039bcfc9 /content/blog/2024-03-13-doom-emacs.org | |
| parent | ce374897718e53606fa634934a1bd8e4d90c7da6 (diff) | |
| download | cleberg.net-214c9eb07eb78e9cc02d18790400240e01bd2baa.tar.gz cleberg.net-214c9eb07eb78e9cc02d18790400240e01bd2baa.tar.bz2 cleberg.net-214c9eb07eb78e9cc02d18790400240e01bd2baa.zip | |
update img links
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 0b8f437..d4f0c19 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://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240314-doom-emacs/light.png]] +[[https://img.cleberg.net/blog/20240314-doom-emacs/light.png]] #+caption: Doom Emacs Dark Mode -[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240314-doom-emacs/dark.png]] +[[https://img.cleberg.net/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://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240314-doom-emacs/markdown.png]] +[[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. @@ -205,7 +205,7 @@ things like link hiding. *** Org-Mode #+caption: Org-Mode Preview -[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240314-doom-emacs/org.png]] +[[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. |
