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-07-11-emacs-on-ipad.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-07-11-emacs-on-ipad.org')
-rw-r--r-- | content/blog/2024-07-11-emacs-on-ipad.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/blog/2024-07-11-emacs-on-ipad.org b/content/blog/2024-07-11-emacs-on-ipad.org index 275fb07..272c35b 100644 --- a/content/blog/2024-07-11-emacs-on-ipad.org +++ b/content/blog/2024-07-11-emacs-on-ipad.org @@ -15,7 +15,7 @@ I recommend [[https://apps.apple.com/us/app/ish-shell/id1436902243][iSH]], since and will allow you to install packages that you need. #+caption: iSH Application -[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240711-emacs-on-ipad/ish.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240711-emacs-on-ipad/ish.png]] ** Require Packages @@ -28,7 +28,7 @@ apk add emacs ripgrep fd findutils #+end_src #+caption: Package !Installation -[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240711-emacs-on-ipad/dependencies.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240711-emacs-on-ipad/dependencies.png]] ** Emacs @@ -40,7 +40,7 @@ incredibly slow and buggy that I was not even able to take screenshots. Someone smarter than me could likely get it to work with a little tinkering. #+caption: Emacs -[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240711-emacs-on-ipad/emacs.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240711-emacs-on-ipad/emacs.png]] *** MELPA @@ -49,13 +49,13 @@ able to search through their 5700+ packages instead of just ELPA packages. If you don't, you will only have access to ELPA packages like the ones below. #+caption: package-install -[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240711-emacs-on-ipad/melpa.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240711-emacs-on-ipad/melpa.png]] Once you have MELPA, you can install packages like the =dashboard= package shown below. #+caption: emacs-dashboard -[[https://media.githubusercontent.com/media/ccleberg/img/main/blog/20240711-emacs-on-ipad/dashboard.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240711-emacs-on-ipad/dashboard.png]] *** Speed |