1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fix documentation of emacsWithPackages

After [this change](901a778c77), it should be `overrideScope` instead of `override`.
This commit is contained in:
Utku Demir 2017-05-02 09:52:04 +12:00 committed by GitHub
parent 28809cec9b
commit 5a78bed2bb

View file

@ -21,7 +21,7 @@ set which contains `emacsWithPackages`. For example, to override
`emacsPackagesNg.emacsWithPackages`,
```
let customEmacsPackages =
emacsPackagesNg.override (super: self: {
emacsPackagesNg.overrideScope (super: self: {
# use a custom version of emacs
emacs = ...;
# use the unstable MELPA version of magit