Remove trailing spaces
1 file changed, 2 insertions(+), 2 deletions(-)
M nix/.config/nixpkgs/emacs.nix → nix/.config/nixpkgs/emacs.nix
@@ -51,7 +51,7 @@ emacsWithPackages (epkgs: (with epkgs.melpaStablePackages; [ diminish bind-key use-package - smartparens + smartparens ]) ++ (with epkgs.melpaPackages; [ ace-link ace-window@@ -161,5 +161,5 @@ ]) ++ [ # defined above hook-helpers dired-du - # From main packages set + # From main packages set ])