Skip to content

Commit 364e000

Browse files
docs(wrapperModules.emacs): Remove misleading documentation (#384)
Documentation previously referred to the removed `config.emacsPackage` option
1 parent 9de61fe commit 364e000

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

wrapperModules/e/emacs/module.nix

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
example = lib.literalExpression "epkgs: with epkgs.melpaPackages; [ evil ivy ]";
1515
description = "Packages for emacs. This value is provided to pkgs.emacs.pkgs.withPackages, so it should
1616
either be a list of emacs packages, or a function that takes a single input and returns a list of packages.
17-
That input provides `.melpaPackages` which contains all packages from Melpa.
18-
19-
Note that this value is used in the default value for config.package. If you want to change the
20-
emacs package, change `config.emacsPackage` or add your emacs packages back in manually.";
17+
That input provides `.melpaPackages` which contains all packages from Melpa.";
2118
};
2219
configFile = lib.mkOption {
2320
type = lib.types.lines;
@@ -42,9 +39,7 @@ emacs package, change `config.emacsPackage` or add your emacs packages back in m
4239
example = ''
4340
(setq extra-files-path $${./path/to/extra/files})
4441
'';
45-
description = "The contents of `early-init.el`.
46-
47-
This is only read if `config.emacsConfig` has been set.";
42+
description = "The contents of `early-init.el`.";
4843
};
4944
userDirectory = lib.mkOption {
5045
type = lib.types.nullOr lib.types.str;

0 commit comments

Comments
 (0)