diff options
author | Dante Catalfamo | 2020-06-18 21:05:10 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-18 21:05:10 -0400 |
commit | 796c27aa9fdb6b4f088b17e2f084385ec744ad1e (patch) | |
tree | f2ff00b2c2e38e88bb63c9e0a19f859c57ad79da /content/posts | |
parent | 3401e22e964ef6902c609d63ce5a16a3fa061eda (diff) | |
download | blog-796c27aa9fdb6b4f088b17e2f084385ec744ad1e.tar.gz blog-796c27aa9fdb6b4f088b17e2f084385ec744ad1e.tar.bz2 blog-796c27aa9fdb6b4f088b17e2f084385ec744ad1e.zip |
Fix typo in code
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/using-emacsclient-on-macos/index.org | 2 |
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 |