Remove trailing spaces
Alan Pearce alan@alanpearce.eu
Fri, 08 Sep 2017 23:16:24 +0200
1 files 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 ])