Update readme, use homebrew emacs 25
This commit is contained in:
parent
870324212a
commit
f9a9451279
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ way. Narf uses [Evil-mode](https://gitorious.org/evil/pages/Home) to emulate
|
||||||
vim, Cask to manage plugins, and a slew of jury-rigged neckbeard shenanigans to
|
vim, Cask to manage plugins, and a slew of jury-rigged neckbeard shenanigans to
|
||||||
keep my mountain dew cool.
|
keep my mountain dew cool.
|
||||||
|
|
||||||
It is tailored for OSX users running Emacs 24.5+.
|
It is tailored for OSX users running Emacs **24.5+**
|
||||||
|
|
||||||
Any contributions or suggestions are welcome. The world won't take over itself.
|
Any contributions or suggestions are welcome. The world won't take over itself.
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Any contributions or suggestions are welcome. The world won't take over itself.
|
||||||
|
|
||||||
```
|
```
|
||||||
brew install cask
|
brew install cask
|
||||||
brew install railwaycat/emacsmacport/emacs-mac --HEAD --use-git-head --with-imagemagick --with-modern-icon
|
brew install emacs --devel --with-imagemagick --with-librsvg --with-cocoa
|
||||||
git clone --recursive https://github.com/hlissner/emacs.d ~/.emacs.d
|
git clone --recursive https://github.com/hlissner/emacs.d ~/.emacs.d
|
||||||
cd ~/.emacs.d
|
cd ~/.emacs.d
|
||||||
make # installs plugins via cask and generates autoloads
|
make # installs plugins via cask and generates autoloads
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue