From fc12fba6fa8c563ede962e37bde2968ea7cec8ba Mon Sep 17 00:00:00 2001 From: kingofdreams777 Date: Tue, 28 Nov 2023 17:18:33 -0800 Subject: [PATCH] Updating MacOS Docs, --with-native-comp flag improves performance and works on both Intel and M1 Macs now --- 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 b6d58cf27..6ec37a07e 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -293,7 +293,7 @@ to least recommended for Doom (based on compatibility). with macOS, native emojis and better childframe support. #+BEGIN_SRC bash brew tap railwaycat/emacsmacport - brew install emacs-mac --with-modules + brew install emacs-mac --with-modules --with-native-comp ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app #+END_SRC