diff options
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. |