Skip to content

Instantly share code, notes, and snippets.

@y-takagi
Last active December 7, 2021 06:51
Show Gist options
  • Save y-takagi/d997034155f1fe7691fd46fb7dfcca7b to your computer and use it in GitHub Desktop.
Save y-takagi/d997034155f1fe7691fd46fb7dfcca7b to your computer and use it in GitHub Desktop.
Install emacs to macOS with options.

Install emacs to macOS with options.

Homebrew

Use homebrew formula of emacs head.

https://github.com/d12frosted/homebrew-emacs-plus

brew tap d12frosted/emacs-plus
brew install emacs-plus@28 # Change the 28 part to different version you want to install.

Native-comp support

brew install emacs-plus@28 --with-native-comp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment