From 4a02738e6e2eb66458ac40b75d0aa2e6950d6c32 Mon Sep 17 00:00:00 2001 From: Bin Huang Date: Mon, 14 Oct 2013 11:21:02 +0800 Subject: [PATCH] Don't need to require the `smartparens-ruby` explicitly. As of the smartparens-config will require automatically. Here is the [code](https://github.com/Fuco1/smartparens/blob/master/smartparens-config.el#L74). --- modules/prelude-ruby.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/prelude-ruby.el b/modules/prelude-ruby.el index c1d44ad..80de105 100644 --- a/modules/prelude-ruby.el +++ b/modules/prelude-ruby.el @@ -33,7 +33,6 @@ ;;; Code: (require 'prelude-programming) -(require 'smartparens-ruby) (prelude-ensure-module-deps '(ruby-tools inf-ruby yari))