Merge pull request #25413 from utdemir/patch-1
Fix documentation of emacsWithPackages
This commit is contained in:
commit
e9b1522dd3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue