Add a note for updating packages
This commit is contained in:
parent
a1152019bc
commit
8074b0f441
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -414,6 +414,19 @@ If you're not fond of spellchecking on the fly:
|
||||||
|
|
||||||
## Caveats & Pitfalls
|
## Caveats & Pitfalls
|
||||||
|
|
||||||
|
### Updating bundled packages
|
||||||
|
|
||||||
|
Currently there is no Emacs Lisp API for updating packages, so you'll
|
||||||
|
have to update manually the packages that came with Prelude from time
|
||||||
|
to time.
|
||||||
|
|
||||||
|
`M-x package-list-packages RET U x`
|
||||||
|
|
||||||
|
Generally it's a good idea to do a package update before running
|
||||||
|
`prelude-update`, since the latest Prelude code might depend on newer
|
||||||
|
versions of the bundled packages than you would currently have
|
||||||
|
installed.
|
||||||
|
|
||||||
### Problems with flyspell-mode
|
### Problems with flyspell-mode
|
||||||
|
|
||||||
Prelude makes heavy use of the flyspell-mode package for spell
|
Prelude makes heavy use of the flyspell-mode package for spell
|
||||||
|
|
Loading…
Reference in a new issue