This commit is contained in:
Anton Bilbaeno 2025-12-04 15:18:38 +05:30 committed by GitHub
commit 505a97512d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -288,6 +288,15 @@ 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/jimeh/emacs-builds]].
this is what I just used for a fresh setup
is at emacs v30 whereas mituharu/emacs-mac is at 29?
should this repo be recommended?
#+BEGIN_SRC bash
brew tap jimey/emacs-builds
brew install --cask jimeh/emacs-builds/emacs-app
# installs `emacs` cli command also. to run in a terminal need addtl flags
#+END_SRC
- [[https://bitbucket.org/mituharu/emacs-mac/overview][emacs-mac]]. It offers good integration - [[https://bitbucket.org/mituharu/emacs-mac/overview][emacs-mac]]. It offers good integration
with macOS, native emojis and better childframe support. with macOS, native emojis and better childframe support.