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).
This commit is contained in:
Bin Huang 2013-10-14 11:21:02 +08:00
parent f923e69c95
commit 4a02738e6e

View file

@ -33,7 +33,6 @@
;;; Code: ;;; Code:
(require 'prelude-programming) (require 'prelude-programming)
(require 'smartparens-ruby)
(prelude-ensure-module-deps '(ruby-tools inf-ruby yari)) (prelude-ensure-module-deps '(ruby-tools inf-ruby yari))