New instructions for building Emacs on MacOS

This commit is contained in:
Howard Abrams 2026-01-28 12:12:24 -08:00
parent 9dcfb216d3
commit 17712b7fb5

View file

@ -44,7 +44,7 @@ Best success comes from using the [[https://github.com/d12frosted/homebrew-emacs
I find that I need to … at least, on my work computer, install two different versions of Emacs that I use to distinguish one for “work” and the other for other activities, like IRC and [[file:ha-feed-reader.org][elfeed]]. To that end, I run the following command to install Emacs: I find that I need to … at least, on my work computer, install two different versions of Emacs that I use to distinguish one for “work” and the other for other activities, like IRC and [[file:ha-feed-reader.org][elfeed]]. To that end, I run the following command to install Emacs:
#+begin_src sh #+begin_src sh
brew reinstall $(brew deps emacs-plus@30) brew reinstall $(brew deps emacs-plus@30)
brew install emacs-plus@30 --with-native-comp --with-mailutils --with-imagemagick --with-savchenkovaleriy-big-sur-icon --with-no-frame-refocus --debug brew reinstall emacs-plus@30 --with-mailutils
#+end_src #+end_src
And if it fails, choose =shell= and type: And if it fails, choose =shell= and type:
#+begin_src sh #+begin_src sh