Browse Source

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).
custom
Bin Huang 12 years ago
parent
commit
4a02738e6e
  1. 1
      modules/prelude-ruby.el

1
modules/prelude-ruby.el

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

Loading…
Cancel
Save