all repos — archive/dotfiles @ 841e31a841e73ed3f6ad717c1aa45d8d80166ea8

Superseded by nixfiles

Remove trailing spaces
Alan Pearce alan@alanpearce.eu
Fri, 08 Sep 2017 23:16:24 +0200
commit

841e31a841e73ed3f6ad717c1aa45d8d80166ea8

parent

6a9bfc533275097f88c10c95c28804a014896931

1 files 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
   ])