added emacs-plus instructions for installation

This commit is contained in:
Ather Sharif 2018-05-21 10:44:41 -05:00 committed by Sylvain Benner
parent efa68b1858
commit 551ed9cdc2
1 changed files with 24 additions and 9 deletions

View File

@ -151,16 +151,14 @@ This might also be true for other linux distributions.
#### Install emacs
##### Cask Homebrew Installation
Homebrew now recommends to use the cask version with the following message: "Please try the Cask for a better-supported Cocoa version". To install the cask version:
##### Using emacs-plus
```
brew cask install emacs
brew tap d12frosted/emacs-plus
brew install emacs-plus
ln -s /usr/local/Cellar/emacs-plus/*/Emacs.app/ /Applications/
```
This installs a pre-built package from https://emacsformacosx.com/
##### Using emacs-mac
```
@ -168,14 +166,31 @@ brew tap railwaycat/emacsmacport
brew install emacs-mac
```
Copy and paste the symlink (`ln`) from the install instructions if `brew linkapps` is deprecated.
Copy and paste the symlink (`ln`) from the install instructions if `brew linkapps`
is deprecated.
##### Using cask
Homebrew now recommends to use the cask version with the following message:
"Please try the Cask for a better-supported Cocoa version". To install the cask
version:
```
brew cask install emacs
```
This installs a pre-built package from https://emacsformacosx.com/
##### Other ways
If you're not comfortable with the ways mentioned above, then [EmacsWiki](https://www.emacswiki.org/emacs/EmacsForMacOS#toc12) lists down a few ways to install Emacs for Mac OS.
If you're not comfortable with the ways mentioned above, then
[EmacsWiki](https://www.emacswiki.org/emacs/EmacsForMacOS#toc12) lists down
a few ways to install Emacs for Mac OS.
#### Install Source Code Pro font
Once Emacs is installed, run the following commands in the terminal to install the default Source Code Pro font:
Once Emacs is installed, run the following commands in the terminal to install
the default Source Code Pro font:
```sh
brew tap caskroom/fonts