summary refs log tree commit diff stats
path: root/nix/.config
diff options
context:
space:
mode:
authorAlan Pearce2017-08-02 10:21:30 +0200
committerAlan Pearce2017-08-02 10:21:30 +0200
commit91ddb83cbe0dfe03e9d2d3ea3984fc824407e5f9 (patch)
tree92a1dd2fd941365c4c40f5974c29da5edec20782 /nix/.config
parent10f31b8f1a5d3e04ce1d6e3f4bb6f7add53fe8bb (diff)
downloaddotfiles-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/.config')
-rw-r--r--nix/.config/nixpkgs/emacs.nix2
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