Skip to content

Commit

Permalink
add recommended brew method to install emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
athersharif committed May 14, 2018
1 parent e3c6772 commit 12c653c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,18 @@ After completing the Spacemacs [install process](#install), then it's also
recommended to add the [osx layer][] to your [dotfile][]. Installation
instructions are available in the documentation for the [osx layer][].

#### Recommended by Brew

Brew now recommends emacs to be installed as:

```
brew cask install emacs
```
But that doesn't create `/usr/local/bin/emacs`.
You may follow [Emacs for Mac OS X, Tips](https://emacsformacosx.com/tips) on how to create scripts for running emacs and emacsclient.
### Windows
You can download good quality builds from the [emacs-w64 project][emacs-for-windows].
It is recommended to install the most recent [stable build][emacs-for-windows-stable].
Expand Down

0 comments on commit 12c653c

Please sign in to comment.