New instructions for building Emacs on MacOS
This commit is contained in:
parent
9dcfb216d3
commit
17712b7fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue