From 33bf954e1d809accd6ca89f75bb2f7331721ae6d Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Sat, 12 Sep 2020 16:37:02 -0400 Subject: emacs-termux: add closing statement, modify em alias --- content/posts/emacs-on-android-setup/index.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'content') 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. -- cgit v1.2.3