nix: Fix mis-organised dired-du package
Alan Pearce alan@alanpearce.eu
Tue, 06 Jun 2017 11:49:31 +0200
1 files changed, 3 insertions(+), 2 deletions(-)
M nix/.config/nixpkgs/emacs.nix → nix/.config/nixpkgs/emacs.nix
@@ -73,7 +73,6 @@ counsel counsel-projectile crux cyphejor - dired-du dired-narrow dired-plus dired-subtree @@ -151,6 +150,8 @@ yaml-mode ]) ++ (with epkgs.elpaPackages; [ beacon ]) ++ [ - hook-helpers # defined above + # defined above + hook-helpers + dired-du # From main packages set ])