diff options
Diffstat (limited to 'content/blog/2024-07-11-emacs-on-ipad.org')
| -rw-r--r-- | content/blog/2024-07-11-emacs-on-ipad.org | 9 |
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 |
