Remove solarized-theme from the list of default packages
This commit is contained in:
parent
9a26a09e78
commit
8905997172
2 changed files with 4 additions and 2 deletions
|
@ -343,7 +343,9 @@ Or you can use another theme altogether by adding something like:
|
|||
(load-theme 'solarized-dark t)
|
||||
```
|
||||
|
||||
P.S. Solarized is not available by default - you'll have to install it from MELPA first.
|
||||
**P.S.** Solarized is not available by default - you'll have to
|
||||
install it from MELPA first (`M-x package-install RET
|
||||
solarized-theme`).
|
||||
|
||||
### Personalizing
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
git-commit-mode gitconfig-mode gitignore-mode grizzl
|
||||
guru-mode helm helm-projectile ido-ubiquitous
|
||||
key-chord magit rainbow-mode
|
||||
smartparens smex solarized-theme undo-tree
|
||||
smartparens smex undo-tree
|
||||
volatile-highlights zenburn-theme)
|
||||
"A list of packages to ensure are installed at launch.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue