From 17712b7fb51c8c453a8453e34b3adb6c741fff15 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Wed, 28 Jan 2026 12:12:24 -0800 Subject: [PATCH] New instructions for building Emacs on MacOS --- README-MacOS.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-MacOS.org b/README-MacOS.org index abd5dfa..f7c0e7e 100644 --- a/README-MacOS.org +++ b/README-MacOS.org @@ -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: #+begin_src sh 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 And if it fails, choose =shell= and type: #+begin_src sh