From d3171a819d64b6b080adaed95bb5afe89852d34c Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Tue, 4 Mar 2025 19:09:52 -0700 Subject: [PATCH] Update emacs-plus instructions --- docs/getting_started.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index b6d58cf27..d6d9a6d31 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -297,12 +297,11 @@ to least recommended for Doom (based on compatibility). ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app #+END_SRC -- [[https://github.com/d12frosted/homebrew-emacs-plus][emacs-plus]]. Some users have - experienced [flashing artifacts when scrolling](https://github.com/d12frosted/homebrew-emacs-plus/issues/314): +- [[https://github.com/d12frosted/homebrew-emacs-plus][emacs-plus]] #+BEGIN_SRC bash brew tap d12frosted/emacs-plus - brew install emacs-plus - ln -s /usr/local/opt/emacs-plus/Emacs.app /Applications/Emacs.app + brew install emacs-plus@30 --with-modern-doom3-icon + osascript -e 'tell application "Finder" to make alias file to posix file "/opt/homebrew/opt/emacs-plus@30/Emacs.app" at posix file "/Applications" with properties {name:"Emacs.app"}' #+END_SRC - [[https://formulae.brew.sh/formula/emacs][emacs]] is another acceptable option, **but does not provide a Emacs.app**: