From 2919d57145a5ef3523ff19e09f5a7ca404973e1f Mon Sep 17 00:00:00 2001 From: d12frosted Date: Sat, 2 Apr 2016 13:40:16 +0300 Subject: [PATCH] ask to install emacs on os x using emacs-plus tap --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 811a65c67..f0b196375 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,8 @@ distributions as well. The recommended way of installing Emacs on OS X is using [homebrew][]: ```sh -$ brew install emacs --with-cocoa --with-gnutls --with-rsvg --with-imagemagick +$ brew tap d12frosted/emacs-plus +$ brew install emacs-plus --with-cocoa --with-gnutls --with-librsvg --with-imagemagick --with-spacemacs-icon $ brew linkapps ```