Fix documentation of emacsWithPackages
After [this change](901a778c77
), it should be `overrideScope` instead of `override`.
This commit is contained in:
parent
28809cec9b
commit
5a78bed2bb
@ -21,7 +21,7 @@ set which contains `emacsWithPackages`. For example, to override
|
|||||||
`emacsPackagesNg.emacsWithPackages`,
|
`emacsPackagesNg.emacsWithPackages`,
|
||||||
```
|
```
|
||||||
let customEmacsPackages =
|
let customEmacsPackages =
|
||||||
emacsPackagesNg.override (super: self: {
|
emacsPackagesNg.overrideScope (super: self: {
|
||||||
# use a custom version of emacs
|
# use a custom version of emacs
|
||||||
emacs = ...;
|
emacs = ...;
|
||||||
# use the unstable MELPA version of magit
|
# use the unstable MELPA version of magit
|
||||||
|
Loading…
Reference in New Issue
Block a user