diff options
author | Alan Pearce | 2017-09-08 23:16:24 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-08 23:16:24 +0200 |
commit | 841e31a841e73ed3f6ad717c1aa45d8d80166ea8 (patch) | |
tree | 34b7ea44614b51948dadae43c250d5ff891ac03e | |
parent | 6a9bfc533275097f88c10c95c28804a014896931 (diff) | |
download | dotfiles-841e31a841e73ed3f6ad717c1aa45d8d80166ea8.tar.lz dotfiles-841e31a841e73ed3f6ad717c1aa45d8d80166ea8.tar.zst dotfiles-841e31a841e73ed3f6ad717c1aa45d8d80166ea8.zip |
Remove trailing spaces
-rw-r--r-- | nix/.config/nixpkgs/emacs.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/.config/nixpkgs/emacs.nix b/nix/.config/nixpkgs/emacs.nix index d517364..1635e38 100644 --- a/nix/.config/nixpkgs/emacs.nix +++ b/nix/.config/nixpkgs/emacs.nix @@ -51,7 +51,7 @@ in diminish bind-key use-package - smartparens + smartparens ]) ++ (with epkgs.melpaPackages; [ ace-link ace-window @@ -161,5 +161,5 @@ in # defined above hook-helpers dired-du - # From main packages set + # From main packages set ]) |