Fix documentation of emacsWithPackages

After [this change](https://github.com/NixOS/nixpkgs/commit/901a778c7744b25013168dde1a2a548ad531fd78), 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
+1 -1
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