mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
add emacs-builds to getting_started.org
This commit is contained in:
parent
fbdde6b5f4
commit
6386dba85a
1 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue