Merge pull request #4663 from dabrahams/patch-3

Full-throated recommendation of emacs-mac
This commit is contained in:
Henrik Lissner 2021-02-23 19:43:16 -05:00 committed by GitHub
commit 311d492c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,22 +238,22 @@ xcode-select --install
For Emacs itself, these three formulas are the best options, ordered from most For Emacs itself, these three formulas are the best options, ordered from most
to least recommended for Doom (based on compatibility). to least recommended for Doom (based on compatibility).
- [[https://github.com/d12frosted/homebrew-emacs-plus][emacs-plus]]: - [[https://bitbucket.org/mituharu/emacs-mac/overview][emacs-mac]]. It offers good integration
#+BEGIN_SRC bash with macOS, native emojis and better childframe support.
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):
#+BEGIN_SRC bash #+BEGIN_SRC bash
brew tap railwaycat/emacsmacport brew tap railwaycat/emacsmacport
brew install emacs-mac --with-modules brew install emacs-mac --with-modules
ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app
#+END_SRC #+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**: - [[https://formulae.brew.sh/formula/emacs][emacs]] is another acceptable option, **but does not provide a Emacs.app**:
#+BEGIN_SRC bash #+BEGIN_SRC bash
brew install emacs brew install emacs