all repos — archive/dotfiles @ 91ddb83cbe0dfe03e9d2d3ea3984fc824407e5f9

Superseded by nixfiles

Emacs: Use smartparens from melpa-stable

Recommended by author: https://github.com/Fuco1/smartparens/issues/775#issuecomment-315853084
Alan Pearce alan@alanpearce.eu
Wed, 02 Aug 2017 10:21:30 +0200
commit

91ddb83cbe0dfe03e9d2d3ea3984fc824407e5f9

parent

10f31b8f1a5d3e04ce1d6e3f4bb6f7add53fe8bb

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M nix/.config/nixpkgs/emacs.nixnix/.config/nixpkgs/emacs.nix
@@ -51,6 +51,7 @@ emacsWithPackages (epkgs: (with epkgs.melpaStablePackages; [     diminish
     bind-key
     use-package
+    smartparens
   ]) ++ (with epkgs.melpaPackages; [
     ace-link
     ace-window
@@ -140,7 +141,6 @@ scss-mode     shrink-whitespace
     slime
     smart-tabs-mode
-    smartparens
     smex
     suggest
     swiper