Merge branch 'master' of github.com:bbatsov/emacs-prelude
This commit is contained in:
commit
530fe743b3
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,4 +1,10 @@
|
||||||
# Emacs Prelude
|
```
|
||||||
|
_____ ____ _ _
|
||||||
|
| ____|_ __ ___ __ _ ___ ___ | _ \ _ __ ___| |_ _ __| | ___
|
||||||
|
| _| | '_ ` _ \ / _` |/ __/ __| | |_) | '__/ _ \ | | | |/ _` |/ _ \
|
||||||
|
| |___| | | | | | (_| | (__\__ \ | __/| | | __/ | |_| | (_| | __/
|
||||||
|
|_____|_| |_| |_|\__,_|\___|___/ |_| |_| \___|_|\__,_|\__,_|\___|
|
||||||
|
```
|
||||||
|
|
||||||
## Prelude
|
## Prelude
|
||||||
|
|
||||||
|
@ -288,7 +294,7 @@ line:
|
||||||
Or you can use another theme altogether by adding something like:
|
Or you can use another theme altogether by adding something like:
|
||||||
|
|
||||||
```elisp
|
```elisp
|
||||||
(enable-theme 'solarized-dark t)
|
(load-theme 'solarized-dark t)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Personalizing
|
## Personalizing
|
||||||
|
|
Loading…
Reference in a new issue