General cleanup + update readme
This commit is contained in:
parent
d9bdb067df
commit
412dd71ffc
10 changed files with 39 additions and 43 deletions
17
README.md
17
README.md
|
@ -4,6 +4,14 @@ This is an Emacs configuration for stubborn vimmers and silent demon
|
|||
annihilating protagonists alike. It strives to emulate vim as best it can, and
|
||||
surpass it in any way possible.
|
||||
|
||||
<center>
|
||||
[](http://ultravioletbat.deviantart.com/art/Yay-Evil-111710573)
|
||||
</center>
|
||||
<br />
|
||||
|
||||
It is tailored to OSX 10.11+, Emacs 24.5.1+ and my needs as a software
|
||||
developer, designer, scientist and doom enthusiast.
|
||||
|
||||

|
||||

|
||||
|
||||
|
@ -17,10 +25,14 @@ cd ~/.emacs.d
|
|||
make # installs plugins via cask and generates autoloads
|
||||
|
||||
# Optional
|
||||
make compile # compiles core and autoloaded files
|
||||
make snippets # install hlissner/emacs-snippets into private/snippets
|
||||
```
|
||||
|
||||
To byte compile, run `(doom-byte-compile)`
|
||||
For a more comprehensive byte compile, run `:bc!` (`:bc` will compile the
|
||||
current *.el file).
|
||||
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -75,5 +87,4 @@ To get a picture of what's in here, check out:
|
|||
|
||||

|
||||
|
||||
---
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue