summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorDante Catalfamo2020-09-11 00:05:04 -0400
committerDante Catalfamo2020-09-11 00:05:04 -0400
commitacb3c53e6b28ef9f74f3d1f0d07fe528a781b6c0 (patch)
tree8bcc5e1aa18d01c4e487e0800da6ba2f720ff6ac /content
parent1609f346f25bb1d6cad484ed14831d0c12683b1a (diff)
downloadblog-acb3c53e6b28ef9f74f3d1f0d07fe528a781b6c0.tar.gz
blog-acb3c53e6b28ef9f74f3d1f0d07fe528a781b6c0.tar.bz2
blog-acb3c53e6b28ef9f74f3d1f0d07fe528a781b6c0.zip
emacs-tmux: add part about writing blog
Diffstat (limited to 'content')
-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.