diff options
author | Dante Catalfamo | 2020-06-18 18:09:00 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-18 18:09:00 -0400 |
commit | 3f6a2f693fa19885fdeccb47ec626ef116eb10ec (patch) | |
tree | df0f5f73fe48765abaae699a45469ebc42439196 | |
parent | 95d856659503e07db35e8bdda6bb9b20e69a5adb (diff) | |
download | blog-3f6a2f693fa19885fdeccb47ec626ef116eb10ec.tar.gz blog-3f6a2f693fa19885fdeccb47ec626ef116eb10ec.tar.bz2 blog-3f6a2f693fa19885fdeccb47ec626ef116eb10ec.zip |
Remove #more for causing bugs
-rw-r--r-- | content/post/using-emacsclient-on-macos/index.org | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/post/using-emacsclient-on-macos/index.org b/content/post/using-emacsclient-on-macos/index.org index 890558f..e7fac06 100644 --- a/content/post/using-emacsclient-on-macos/index.org +++ b/content/post/using-emacsclient-on-macos/index.org @@ -16,8 +16,6 @@ sometimes. That's why =emacsclient= lets you run Emacs as a daemon and connect to it as a client, negating the startup time and letting you jump directly into editing. -# more - The two primary ways of getting Emacs onto your Mac are by either downloading it from [[https://emacsformacosx.com/][Emacs For MacOS X]] or by installing it through [[https://brew.sh/][homebrew]] using =brew cask install emacs=. I prefer the homebrew method |