From 8c5e869e6331c1e8501108b61507ccacbdb0ac2d Mon Sep 17 00:00:00 2001 From: Ting Zhou Date: Tue, 7 Nov 2023 22:20:06 +0000 Subject: [PATCH] editor/emacs: install emacs with native comp --- editor/emacs/_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/emacs/_init b/editor/emacs/_init index b71c614..819d4a6 100755 --- a/editor/emacs/_init +++ b/editor/emacs/_init @@ -6,7 +6,7 @@ install() { macos) rm -rf /Applications/Emacs.app brew tap railwaycat/emacsmacport - brew install --cask emacs-mac + brew install emacs-mac --with-native-comp # brew tap d12frosted/emacs-plus # brew install emacs-plus@28 --with-native-comp --with-modern-vscode-icon