summaryrefslogtreecommitdiffstats
path: root/content/posts/emacs-on-android-setup/index.org
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/emacs-on-android-setup/index.org')
-rw-r--r--content/posts/emacs-on-android-setup/index.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/posts/emacs-on-android-setup/index.org b/content/posts/emacs-on-android-setup/index.org
index 84044a1..66f59fc 100644
--- a/content/posts/emacs-on-android-setup/index.org
+++ b/content/posts/emacs-on-android-setup/index.org
@@ -40,6 +40,11 @@ Emacs, it even sets itself up for use thanks to =use-package=, which
installs all the required packages and dependencies without requiring
my intervention.
+Because I host my blog's contents in a git repository as well, I'm
+also able to clone that and work on it using the =hugo= package. I can
+even run the development server in a =shell= buffer in Emacs and check
+out how the post I'm writing looks in Firefox, all on the tablet.
+
From there I'm able to much of the same things as I do anywhere
else. For writing C, I installed =clang= and =gdb=, which are both
available from the default repo as well.