aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-07-11-emacs-on-ipad.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-14 18:52:07 -0600
committerChristian Cleberg <[email protected]>2025-11-14 18:52:07 -0600
commit8503ce886741af7bb40c1fbdb58ec6bc0b906a3c (patch)
tree8e5d6b4de7b1b6a6ab85cd1a678f3f727d096264 /content/blog/2024-07-11-emacs-on-ipad.org
parentab1d0a88a5418a32f356564630e1cfba2f2329c4 (diff)
downloadcleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.tar.gz
cleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.tar.bz2
cleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.zip
fix alt-text for all remaining posts
Diffstat (limited to 'content/blog/2024-07-11-emacs-on-ipad.org')
-rw-r--r--content/blog/2024-07-11-emacs-on-ipad.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/blog/2024-07-11-emacs-on-ipad.org b/content/blog/2024-07-11-emacs-on-ipad.org
index 3580c64..283d6ab 100644
--- a/content/blog/2024-07-11-emacs-on-ipad.org
+++ b/content/blog/2024-07-11-emacs-on-ipad.org
@@ -13,6 +13,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
+#+attr_html: :alt The iSH shell on iPad.
[[https://img.cleberg.net/blog/20240711-emacs-on-ipad/ish.webp]]
** Require Packages
@@ -25,7 +26,8 @@ in my terminal as well.
apk add emacs ripgrep fd findutils
#+end_src
-#+caption: Package !Installation
+#+caption: Package Installation
+#+attr_html: :alt Showing command "apk add emacs ripgrep rf findutils" within iSH.
[[https://img.cleberg.net/blog/20240711-emacs-on-ipad/dependencies.webp]]
** Emacs
@@ -37,9 +39,6 @@ I attempted to also install Doom Emacs, which technically worked, but was so
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://img.cleberg.net/blog/20240711-emacs-on-ipad/emacs.webp]]
-
*** MELPA
You also have to remember to hook up MELPA yourself in the =.emacs= file to be
@@ -47,12 +46,14 @@ 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
+#+attr_html: :alt A full list of all packages available when searching MELPA.
[[https://img.cleberg.net/blog/20240711-emacs-on-ipad/melpa.webp]]
Once you have MELPA, you can install packages like the =dashboard= package shown
below.
#+caption: emacs-dashboard
+#+attr_html: :alt An example of the emacs-dashboard package.
[[https://img.cleberg.net/blog/20240711-emacs-on-ipad/dashboard.webp]]
*** Speed