diff options
author | Alan Pearce | 2017-08-02 10:21:30 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-02 10:21:30 +0200 |
commit | 91ddb83cbe0dfe03e9d2d3ea3984fc824407e5f9 (patch) | |
tree | 92a1dd2fd941365c4c40f5974c29da5edec20782 /nix | |
parent | 10f31b8f1a5d3e04ce1d6e3f4bb6f7add53fe8bb (diff) | |
download | dotfiles-91ddb83cbe0dfe03e9d2d3ea3984fc824407e5f9.tar.lz dotfiles-91ddb83cbe0dfe03e9d2d3ea3984fc824407e5f9.tar.zst dotfiles-91ddb83cbe0dfe03e9d2d3ea3984fc824407e5f9.zip |
Emacs: Use smartparens from melpa-stable
Recommended by author: https://github.com/Fuco1/smartparens/issues/775#issuecomment-315853084
Diffstat (limited to 'nix')
-rw-r--r-- | nix/.config/nixpkgs/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/.config/nixpkgs/emacs.nix b/nix/.config/nixpkgs/emacs.nix index 02b7496..cf697c7 100644 --- a/nix/.config/nixpkgs/emacs.nix +++ b/nix/.config/nixpkgs/emacs.nix @@ -51,6 +51,7 @@ in diminish bind-key use-package + smartparens ]) ++ (with epkgs.melpaPackages; [ ace-link ace-window @@ -140,7 +141,6 @@ in shrink-whitespace slime smart-tabs-mode - smartparens smex suggest swiper |