about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorLin Jian <me@linj.tech>2023-08-25 11:03:51 +0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-25 10:22:30 +0000
commit71a875313402e808cf7c32e82854276c5919d67e (patch)
treeff088b47143c5664eea37b2936b0f2b925dc2579 /doc/builders
parent0d3ba90f52a4af5109392269dd1aa5d1c8b5ecf2 (diff)
emacs: update doc about emacs.pkgs.withPackages
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/packages/emacs.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders/packages/emacs.section.md b/doc/builders/packages/emacs.section.md
index d46f890858f4a..d1b0dab33db9d 100644
--- a/doc/builders/packages/emacs.section.md
+++ b/doc/builders/packages/emacs.section.md
@@ -103,7 +103,7 @@ You can install it like any other packages via `nix-env -iA myEmacs`. However, t
 
 This provides a fairly full Emacs start file. It will load in addition to the user's personal config. You can always disable it by passing `-q` to the Emacs command.
 
-Sometimes `emacs.pkgs.withPackages` is not enough, as this package set has some priorities imposed on packages (with the lowest priority assigned to Melpa Unstable, and the highest for packages manually defined in `pkgs/top-level/emacs-packages.nix`). But you can't control these priorities when some package is installed as a dependency. You can override it on a per-package-basis, providing all the required dependencies manually, but it's tedious and there is always a possibility that an unwanted dependency will sneak in through some other package. To completely override such a package, you can use `overrideScope`.
+Sometimes `emacs.pkgs.withPackages` is not enough, as this package set has some priorities imposed on packages (with the lowest priority assigned to GNU-devel ELPA, and the highest for packages manually defined in `pkgs/applications/editors/emacs/elisp-packages/manual-packages`). But you can't control these priorities when some package is installed as a dependency. You can override it on a per-package-basis, providing all the required dependencies manually, but it's tedious and there is always a possibility that an unwanted dependency will sneak in through some other package. To completely override such a package, you can use `overrideScope`.
 
 ```nix
 overrides = self: super: rec {