Remove make compile
This commit is contained in:
parent
8e2b8f60f1
commit
75241e52a2
3 changed files with 6 additions and 11 deletions
|
@ -15,15 +15,13 @@ brew install emacs --with-cocoa --with-imagemagick
|
|||
git clone https://github.com/hlissner/.emacs.d ~/.emacs.d
|
||||
cd ~/.emacs.d
|
||||
make # installs plugins via cask and generates autoloads
|
||||
```
|
||||
|
||||
And to optionally:
|
||||
|
||||
```
|
||||
make compile # optionally byte-compiles everything
|
||||
# Optional
|
||||
make snippets # install hlissner/emacs-snippets into private/snippets
|
||||
```
|
||||
|
||||
To byte compile, run `(doom-byte-compile)`
|
||||
|
||||
## Features
|
||||
|
||||
To get a picture of what's in here, check out:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue