emacs: minor cleanup of extra packages option

wip/yesman
Robert Helgesson 7 years ago
parent 61a869a1f5
commit 7ca68c6492
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
  1. 5
      modules/programs/emacs.nix

@ -29,9 +29,8 @@ in
extraPackages = mkOption {
default = self: [];
example = literalExample ''
epkgs: [ epkgs.emms epkgs.magit ]
'';
defaultText = "epkgs: []";
example = literalExample "epkgs: [ epkgs.emms epkgs.magit ]";
description = "Extra packages available to Emacs.";
};
};

Loading…
Cancel
Save