diff options
author | Dante Catalfamo | 2020-09-12 16:37:02 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-09-12 16:37:02 -0400 |
commit | 33bf954e1d809accd6ca89f75bb2f7331721ae6d (patch) | |
tree | 178dc27a031429fb980e98c870f5792d240e74a1 /content/posts | |
parent | 35e893b3cd7cd078beb8f0020e5a7926a89c2c1c (diff) | |
download | blog-33bf954e1d809accd6ca89f75bb2f7331721ae6d.tar.gz blog-33bf954e1d809accd6ca89f75bb2f7331721ae6d.tar.bz2 blog-33bf954e1d809accd6ca89f75bb2f7331721ae6d.zip |
emacs-termux: add closing statement, modify em alias
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/emacs-on-android-setup/index.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/posts/emacs-on-android-setup/index.org b/content/posts/emacs-on-android-setup/index.org index 04f673c..341677b 100644 --- a/content/posts/emacs-on-android-setup/index.org +++ b/content/posts/emacs-on-android-setup/index.org @@ -151,9 +151,12 @@ fist launch it. I have an alias in my =.bashrc= to do this automatically. #+BEGIN_SRC shell -alias em="emacsclient -c -a ''" +alias em="emacsclient -c -t -a ''" #+END_SRC I just call =em= instead of =emacs= when I want to edit a document. It will either open a new frame connected to an already running Emacs daemon, or launch the daemon, and then connect once it's started. + +I'm still working out the kinks in my setup, but I'm overall extremely +pleased with how well it works. |