diff options
author | Dante Catalfamo | 2020-09-11 00:05:04 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-09-11 00:05:04 -0400 |
commit | acb3c53e6b28ef9f74f3d1f0d07fe528a781b6c0 (patch) | |
tree | 8bcc5e1aa18d01c4e487e0800da6ba2f720ff6ac /content | |
parent | 1609f346f25bb1d6cad484ed14831d0c12683b1a (diff) | |
download | blog-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.org | 5 |
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. |