summaryrefslogtreecommitdiffstats
path: root/content/posts/using-emacsclient-on-macos/index.org
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/using-emacsclient-on-macos/index.org')
-rw-r--r--content/posts/using-emacsclient-on-macos/index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/using-emacsclient-on-macos/index.org b/content/posts/using-emacsclient-on-macos/index.org
index d1b90fc..d9954f0 100644
--- a/content/posts/using-emacsclient-on-macos/index.org
+++ b/content/posts/using-emacsclient-on-macos/index.org
@@ -29,7 +29,7 @@ alias em="emacsclient -t -a ''"
#+END_SRC
This way I can type =em <filename>= to edit a file. =-t= tells
-emacsclient to start in terminal mode, and =-a= tell it to start the
+emacsclient to start in terminal mode, and =-a ''= tell it to start the
Emacs daemon process if it isn't already running.
Getting the GUI version to run without first opening the command line