doc: add more info about emacs-plus tap
This commit is contained in:
parent
2919d57145
commit
b16eb68b7e
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -146,14 +146,17 @@ $ brew install emacs-plus --with-cocoa --with-gnutls --with-librsvg --with-image
|
||||||
$ brew linkapps
|
$ brew linkapps
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note: these homebrew commands will install Emacs, and link it to your
|
*Note:* these homebrew commands will install Emacs, and link it to your
|
||||||
`/Applications` directory. You still need to run the `git clone` mentioned at
|
`/Applications` directory. You still need to run the `git clone` mentioned at
|
||||||
the start of this file. That will populate your `~/.emacs.d` directory, which
|
the start of this file. That will populate your `~/.emacs.d` directory, which
|
||||||
is what transforms a regular Emacs into Spacemacs.
|
is what transforms a regular Emacs into Spacemacs.
|
||||||
|
|
||||||
*After* you have completed the [install process below](#install), it is also
|
*Note:* the proposed `emacs-plus` tap is indentical to the `emacs` formulae,
|
||||||
recommended to add the [osx layer][] to your [dotfile][]. Install instructions
|
it just defines some additional options like `--with-spacemacs-icon`.
|
||||||
are available in the [osx layer][] documentation.
|
|
||||||
|
*Note:* after you have completed the [install process below](#install), it is
|
||||||
|
also recommended to add the [osx layer][] to your [dotfile][]. Install
|
||||||
|
instructions are available in the [osx layer][] documentation.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
|
|
Reference in a new issue