From e4cbd18f4cd65f5dc1e4211907acb306a7c8348b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 16 Feb 2021 11:37:25 -0800 Subject: [PATCH] Full-throated recommendation of emacs-mac When installed via homebrew, the formula adds this patch https://bitbucket.org/mituharu/emacs-mac/pull-requests/2/add-multi-tty-support-to-be-on-par-with/diff, which purports to solve the multi-tty issue. The user experience I've had with emacs-plus is not a good one. --- docs/getting_started.org | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index 71d15a288..0c502e500 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -238,22 +238,22 @@ xcode-select --install For Emacs itself, these three formulas are the best options, ordered from most to least recommended for Doom (based on compatibility). -- [[https://github.com/d12frosted/homebrew-emacs-plus][emacs-plus]]: - #+BEGIN_SRC bash - brew tap d12frosted/emacs-plus - brew install emacs-plus - ln -s /usr/local/opt/emacs-plus/Emacs.app /Applications/Emacs.app - #+END_SRC - -- [[https://bitbucket.org/mituharu/emacs-mac/overview][emacs-mac]] is another acceptable option. It offers slightly better integration - with macOS, native emojis and better childframe support. However, at the time - of writing, it [[https://github.com/railwaycat/homebrew-emacsmacport/issues/52][lacks multi-tty support]] (which impacts daemon usage): +- [[https://bitbucket.org/mituharu/emacs-mac/overview][emacs-mac]]. It offers good integration + with macOS, native emojis and better childframe support. #+BEGIN_SRC bash brew tap railwaycat/emacsmacport brew install emacs-mac --with-modules ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app #+END_SRC +- [[https://github.com/d12frosted/homebrew-emacs-plus][emacs-plus]]. Some users have + experienced [flashing artifacts when scrolling](https://github.com/d12frosted/homebrew-emacs-plus/issues/314): + #+BEGIN_SRC bash + brew tap d12frosted/emacs-plus + brew install emacs-plus + ln -s /usr/local/opt/emacs-plus/Emacs.app /Applications/Emacs.app + #+END_SRC + - [[https://formulae.brew.sh/formula/emacs][emacs]] is another acceptable option, **but does not provide a Emacs.app**: #+BEGIN_SRC bash brew install emacs