From 796c27aa9fdb6b4f088b17e2f084385ec744ad1e Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Thu, 18 Jun 2020 21:05:10 -0400 Subject: Fix typo in code --- content/posts/using-emacsclient-on-macos/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = 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 -- cgit v1.2.3