From 73e439084df8b7389da9f6aa415cf5e12712d731 Mon Sep 17 00:00:00 2001 From: MarkPochert Date: Sun, 5 Jul 2020 21:39:19 +0200 Subject: [PATCH] Update Mac Install for emacs-plus The parameter is wrong. It must be --with-modern-cg433n-icon and not --with-modern-icon-cg433n You can check it on the github repo site https://github.com/d12frosted/homebrew-emacs-plus --- docs/getting_started.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index 7a095a033..dbde39f39 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -243,7 +243,7 @@ to least recommended for Doom (based on compatibility). - [[https://github.com/d12frosted/homebrew-emacs-plus][emacs-plus]]: #+BEGIN_SRC bash brew tap d12frosted/emacs-plus - brew install emacs-plus --with-modern-icon-cg433n + brew install emacs-plus --with-modern-cg433n-icon ln -s /usr/local/opt/emacs-plus/Emacs.app /Applications/Emacs.app #+END_SRC