From 6386dba85a4628ca5f91a41ae5165a23aefe36b1 Mon Sep 17 00:00:00 2001 From: antoaenono Date: Wed, 24 Sep 2025 14:14:03 -0700 Subject: [PATCH] add emacs-builds to getting_started.org --- docs/getting_started.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/getting_started.org b/docs/getting_started.org index b6d58cf27..89ab8c2ed 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -288,6 +288,15 @@ 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/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 with macOS, native emojis and better childframe support.