diff options
author | Dante Catalfamo | 2020-09-12 14:45:02 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-09-12 14:45:02 -0400 |
commit | 86729a3084d41422d516a01bf6411d69d6632a71 (patch) | |
tree | 697c0551e6319480ea961d520f15146aa3e0bac2 /content | |
parent | 4695f4002dc9e3c9e9ff9fd9bf85359f185ae91c (diff) | |
download | blog-86729a3084d41422d516a01bf6411d69d6632a71.tar.gz blog-86729a3084d41422d516a01bf6411d69d6632a71.tar.bz2 blog-86729a3084d41422d516a01bf6411d69d6632a71.zip |
emacs-android: add image
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/emacs-on-android-setup/cover.png | bin | 0 -> 64039 bytes | |||
-rw-r--r-- | content/posts/emacs-on-android-setup/index.org | 10 |
2 files changed, 7 insertions, 3 deletions
diff --git a/content/posts/emacs-on-android-setup/cover.png b/content/posts/emacs-on-android-setup/cover.png Binary files differnew file mode 100644 index 0000000..d958eaf --- /dev/null +++ b/content/posts/emacs-on-android-setup/cover.png diff --git a/content/posts/emacs-on-android-setup/index.org b/content/posts/emacs-on-android-setup/index.org index c780423..6d5831a 100644 --- a/content/posts/emacs-on-android-setup/index.org +++ b/content/posts/emacs-on-android-setup/index.org @@ -7,6 +7,10 @@ #+SLUG: #+SUMMARY: +#+ATTR_HTML: :title Android, Termux, and Emacs +#+ATTR_HTML: :alt Android, Termux, and Emacs +[[file:cover.png]] + Not too long ago I purchased a Samsung Galaxy Tab A. I bought it mostly for browsing the internet and reading PDFs, but I've been using it a lot more for working in Emacs recently. @@ -21,8 +25,8 @@ task, as it's nearly impossible to rebind keys on Android, and I need the control key to be in the place of caps lock to be effective at using Emacs. -It's also possible to connect a bluetooth mouse, then enabling -=xterm-mouse-mode=, but I rarely find that necessary. +It's also possible to connect a bluetooth mouse, then to enable +=xterm-mouse-mode= in Emacs, but I rarely find that necessary. Thanks to the mostly frontend agnostic nature of Emacs, everything I would normally do on my desktop computer or laptop work almost @@ -55,7 +59,7 @@ pkg install hugo 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. +tablet. In fact, this post itself was written entirely from my 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 |