mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove make compile
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user