all repos — nixfiles @ 841e31a841e73ed3f6ad717c1aa45d8d80166ea8

System and user configuration, managed by nix and home-manager

Remove trailing spaces

Alan Pearce
commit

841e31a841e73ed3f6ad717c1aa45d8d80166ea8

parent

6a9bfc533275097f88c10c95c28804a014896931

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M nix/.config/nixpkgs/emacs.nixnix/.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 ])