File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1616either 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 ;
You can’t perform that action at this time.
0 commit comments