From 551ed9cdc2ad8795836ee81e6d7085304ec7c3bf Mon Sep 17 00:00:00 2001 From: Ather Sharif Date: Mon, 21 May 2018 10:44:41 -0500 Subject: [PATCH] added emacs-plus instructions for installation --- README.md | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0fdce91d2..f5acddcfa 100644 --- a/README.md +++ b/README.md @@ -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