diff options
-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 ]) |